{{ message }}
{{ message }}
{{ message }}
{% block page_title %}{{ 'site.title'|trans({}, 'www') }}{% endblock %}
{% else %} {% include "tools/includes/_header.html.twig" %}
{% endif %}
{# body #}
{% block body %}
{# footer #}
{% if with_user %}
{% block scripts_end_page %}
{% endblock %}
{% else %}
{% include "tools/includes/_footer.html.twig" %}
{% endif %}
{{ 'www.no-content'|trans({}, 'www') }}
{% endblock %}