{% extends "@MauticCore/Default/content.html.twig" %} {% set mauticContent = 'theme' %} {% set headerTitle = 'mautic.core.themes'|trans %} {% block headerTitle %}{{ headerTitle }}{% endblock %} {% block actions %} {% include "@MauticCore/Theme/form.html.twig" with { form: form } %} {% endblock %} {% block content %}
{% include "@MauticCore/Helper/list_toolbar.html.twig" with { action: currentRoute, } %}
{% if block('mainContent') is defined %}{{ block('mainContent') }}{% endif %}
{% endblock %}