{% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %}
{% set currentRoute = app.request.pathinfo %} {% if app.user.isNew is defined and app.user.isNew == true %} {% else %} {% include 'navbar.html.twig' %} {% block body %} {% endblock %} {% include 'matrixNav.html.twig' %} {% include 'agent/_modalAgent.html.twig' %} {% if app.user %} {% include 'footer.html.twig' %} {% endif %} {% endif %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %}