{% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block body %}
{% for label, messages in app.flashes() %} {% for message in messages %} {% set flash_title = label|replace({'success': 'flash.success', 'error': 'flash.error' , 'warning': 'flash.warning', 'notice': 'flash.notice', 'info': 'flash.info'}) %} {% set flash_symbol = label|replace({'success': 'fa-check-circle', 'error': 'fa-exclamation-triangle' , 'warning': 'fa-exclamation-circle', 'notice': 'fa-flag', 'info': 'fa-flag'}) %} {% set flash_bg = label|replace({'success': 'bg-success text-white', 'error': 'bg-danger text-white', 'warning': 'bg-warning text-white', 'notice': 'bg-info text-white', 'info': 'bg'})%} {% endfor %} {% endfor %}
{# Here will be the real content be injected#} {% block content %} {% endblock %}
{# Modal for loading bar #} {# Back to top buton #} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %} {% block scripts %} {% endblock %}