{% extends 'front/front.html.twig' %}{% block breadcrumbs %}{% include 'front/layout/breadcrumbs.html.twig' with {'page':'Identification'|trans} %}{% endblock %}{% block javascripts %}<script>$.validate({modules: 'location, date',lang: '{{ app.request.locale | e('js') }}'});</script>{% endblock %}{% block content %}<div id="identification" class="ctn">{% include 'front/layout/messages.html.twig' %}<div class="forms cf">{% include 'front/customer/blocks/login.html.twig' %}{% include 'front/customer/blocks/quick-register.html.twig' %}</div><div class="ctn mentions"><h2>{{ "login.description.text1" | trans }}</h2><p>{{ "login.description.text2" | trans }}</p><h2>{{ "login.description.text3" | trans }}</h2><p>{{ "login.description.text4" | trans }}</p><h2>{{ "login.description.text5" | trans }}</h2><p>{{ "login.description.text6" | trans }}</p><h2>{{ "login.description.text7" | trans }}</h2><p>{{ "login.description.text8" | trans }}</p></div><div class="footer-spacer"></div></div>{% endblock %}