{# Display application or login form #} {% if is_granted('ROLE_GUEST') %}
{% if application is defined %} {{ include('@RapsysAir/form/_application.html.twig') }} {% endif %} {% if session_edit is defined %} {{ include('@RapsysAir/form/_session_edit.html.twig') }} {% endif %}
{% elseif not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
{{ include('@RapsysAir/form/_login.html.twig') }}
{% endif %}