{% if is_granted('ROLE_USER') %}
{% include '_top.twig' %}
{% include '_alerts.twig' %}
{% block content %}{% endblock %}
{% else %}
{% include '_login.twig' %}
{% endif %}