{% extends '::default/index.html.twig' %} {% block title %}Login{% endblock %} {% block body %}

Le login

{##} {#{{ form_rest(form) }}#} {% if error %}
{{ error|trans({}, 'FOSUserBundle') }}
{% endif %}
{% if last_sername is defined %} {% else %} {% endif %}


{% trans %}Forgot your password ?{% endtrans %}
{% trans %}You don't have an account ?{% endtrans %}
{#{% block hwi_oauth_content %}#} {#{% endblock hwi_oauth_content %}#}
{% endblock body %}