{% extends 'base.html.twig' %} {% block body %}

{{ headline }}


{# -------------------------------------------------------------------------------------------------------------- #} {# create button #} {# -------------------------------------------------------------------------------------------------------------- #}
{# desktop version >= 768px #} {% include 'admin/responsive/alias-index/desktop.html.twig' %} {# mobile version < 768px #} {% include 'admin/responsive/alias-index/mobile.html.twig' %} {# ---------------------------------------------------------------------------------------------------------- #} {# buttons #}
{% trans %}button_back{% endtrans %}
{# ---------------------------------------------------------------------------------------------------------- #} {% endblock %}