{% 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'] %} × {{ data['error']|trans({}, 'FOSUserBundle') }} {% endif %} {% if data['reCaptcha'] is defined %} {% endif %} {{ 'form.remember_me'|trans }} {{ 'form.recover_password'|trans }} {{ 'title.login'|trans }} {{ 'form.user_registration' |trans }} {% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}