{% extends 'front/front.html.twig' %}{% block breadcrumbs %}{% include 'front/layout/breadcrumbs.html.twig' with {'page':'Identification'} %}{% endblock %}{% block javascripts %}<script>$.validate({modules: 'location, date',lang:'fr'});</script>{% endblock %}{% block content %}<div id="identification" class="ctn"><h1>{% trans %}Identification{% endtrans %}</h1>{% include 'front/layout/messages.html.twig' %}<div class="forms cf">{% include 'front/customer/blocks/password.html.twig' %}</div><div class="footer-spacer"></div></div>{% endblock %}