{% extends "porto-corporate-layout.html.twig" %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('login-style') }} {% endblock %} {% block container_class %} container py-2 {% endblock %} {% block signin_form %}{% endblock %} {% block pagecontent %}

{{'Identification'|trans}}

{% if error %} {#
{{ error.messageKey|trans(error.messageData, 'security') }}
#}
{{ error|raw }}
{% endif %} {{ form_start(authentificationForm, {'attr': {'role': 'form', 'id': 'authentificationForm', 'class': 'authentificationForm'}}) }}
{{ form_widget(authentificationForm.username) }}
{{ form_errors(authentificationForm.username) }}
{{ form_widget(authentificationForm.password) }}
{{'Afficher le mot de passe'|trans}}
{{ form_end(authentificationForm) }}
{% endblock %} {% block javascript %} {{ parent() }} {{ encore_entry_script_tags('login-script') }} {% endblock %}