{% block fixed_css %} {% endblock %} {% block custom_css %}{% endblock %} {% block body %} {% if app.request.hasPreviousSession %} {% set url = app.session.get('url') %} {% set username = app.user.useridentifier %} {% endif %} {% if username is not defined %} {% set username = '' %} {% endif %} {% if menu_name is not defined %} {% set menu_name = '' %} {% endif %} {% if page_title is not defined %} {% set page_title = '' %} {% endif %}

{{'Message.Loading' | trans}}

{% include 'default/header.html.twig' %} {% include 'default/menu.html.twig' %}

{{page_title}}

{% block full_content %}
{% block content_title %}

{{page_title}}

{% endblock %} {% block content %}{% endblock %}
{% endblock %}
{% include 'default/user_profile_modal.html.twig' %} {% include 'default/user_password_modal.html.twig' %}
{% block fixed_js %} {% block validation %} {% endblock %} {% endblock %} {% block custom_js %}{% endblock %} {% endblock %}