{# Insert flashes #}
{% for label, messages in app.flashes() %} {% for message in messages %} {{ include('_toast.html.twig', { 'label': label, 'message': message }) }} {% endfor %} {% endfor %}
{# Allow pages to request a fully reload of everything #} {% if global_reload_needed is defined and global_reload_needed %}
{% endif %} {# Insert info about when the sidebar trees were updated last time, so the sidebar_tree_controller can decide if it needs to reload the tree #} {# The title block is already escaped, therefore we dont require any additional escaping here #}
{% for locale in locale_menu %} {{ locale|language_name }} ({{ locale|upper }}) {% endfor %}