{% extends "layout.html.twig" %} {% trans_default_domain 'security' %} {% block title %} {{ 'title.login'|trans }} {% endblock title %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{% if is_granted('IS_AUTHENTICATED_FULLY') %} {{ 'title.logout'|trans }} {% else %}

{{ 'title.login'|trans }}

{% if data['error'] %} {% endif %}
{% if data['reCaptcha'] is defined %}
{% endif %}
{{ 'form.user_registration' |trans }}
{% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}