{% extends 'base_wrapper.html.twig' %} {% if form is defined %} {% form_theme form 'forms.html.twig' %} {% endif %} {% block title %} {{title}} {% endblock %} {% block body %}
{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}
{{ app.user.fullName }} ({{ app.user.username }})
{% endif %}

{{title}}

{% if app.session.get('messages') is defined and app.session.get('messages') is not null %}
{{ app.session.set('messages',null) }} {%endif%} {% block main_content %}{% endblock %}
{% endblock %} {% block stylesheets %} {% endblock %} {% block javascripts %} {% if app.request.get('_route') == 'analytics' %} {% endif %} {% endblock %}