{% extends '@PimUser/layout.html.twig' %} {% block bodyClass %}AknLogin{% endblock %} {% block messages %} {{ parent() }} {% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% endblock %} {% block content %} {# We keep the "form-signin" class for the compatibility with the following behat step: \Pim\Behat\Context\NavigationContext::iAmLoggedInThroughTheUi #}
{% for field in additional_hidden_fields %} {% endfor %}
{% endblock content %} {% block deferred_javascript %} {{ parent() }} {% endblock %}