{% extends '@administration/base.html.twig' %} {% import '@CustomThemePlugin/admin/_theme_tree.html.twig' as theme_tree %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

{{ 'custom_theme_plugin.title'|trans }}

{{ 'custom_theme_plugin.info.title'|trans }}

{{ '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.title'|trans }}
{{ 'custom_theme_plugin.file_explorer.new_file'|trans }}

{{ 'custom_theme_plugin.file_explorer.legend_override'|trans }}


{{ theme_tree.render_nodes(templateTree) }}

{{ 'custom_theme_plugin.file_explorer.tree_only_in_override'|trans }}

    {{ 'custom_theme_plugin.editor.title'|trans }}

    {{ 'custom_theme_plugin.editor.no_file_chosen.title'|trans }}

    {{ 'custom_theme_plugin.editor.no_file_chosen.text'|trans }}

    {% endblock %} {% block javascriptBottom %} {{ parent() }} {% endblock %}