{% block stylesheets %} {% endblock %} {% if app.request.attributes.get('_route') is not null %} {% set currentPath = path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) %} {% else %} {% set currentPath = null %} {% endif %}
{% if app.user and shared is not defined%}
{% if is_granted('IS_IMPERSONATOR') or is_granted('ROLE_ADMIN') %} {% endif %}
{% block subtitle %}{{ block('title') }}{% endblock %}

{{ block('body') }}
{% else %} {{ block('body') }} {% endif %}
{% for l, x in app.flashes %} {% for k, m in x %} {% endfor %} {% endfor %}
{% block javascripts %}{% endblock %}