{% extends '@administration/base.html.twig' %} {% import '@CustomThemePlugin/admin/_theme_tree.html.twig' as theme_tree %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{{ 'custom_theme_plugin.info.description'|trans|raw }}
{{ 'custom_theme_plugin.info.status.title'|trans|raw }} {% if writable %} {{ 'custom_theme_plugin.info.status.success'|trans }} {% else %} {{ 'custom_theme_plugin.info.status.error'|trans|raw }} {% endif %}
{{ 'custom_theme_plugin.info.status.path'|trans }} {{ customThemePath }}
{{ 'custom_theme_plugin.file_explorer.legend_override'|trans }}
{{ 'custom_theme_plugin.file_explorer.tree_only_in_override'|trans }}
{{ 'custom_theme_plugin.editor.no_file_chosen.text'|trans }}