{% trans_default_domain 'admin' %} {% block title %}{{ 'site.title'|trans({}, 'www') }}{% endblock %} {% block stylesheets %} {# {{ encore_entry_link_tags('app') }} #} {{ encore_entry_link_tags('app-auth') }} {% endblock %} {% include "@IdeevCookieConsent/cookie_consent_styling.html.twig" %} {% include "includes/_favicon.html.twig" %} {{ render_esi(path('ideev_cookie_consent_show_if_cookie_consent_not_set')) }}
{% include "includes/_logo.html.twig" %}

{% block page_title %}{{ 'site.title'|trans({}, 'www') }}{% endblock %}

{% block body %}
{{ 'admin.no-content'|trans }}
{% endblock %}
{% include "auth/includes/_footer.html.twig" %} {% block javascript %} {{ encore_entry_script_tags('app-auth') }} {% endblock %}