{% extends 'front/front.html.twig' %}{% block header %}{% include 'front/checkout/header.html.twig' %}{% include 'front/checkout/steps.html.twig' with {step:1} %}{% endblock %}{% block breadcrumbs %}{% endblock %}{% block javascripts %}<script src="{{ asset('js/checkout.js') }}"></script><script>$.validate({modules: 'location, date, security',lang: 'fr'});$(document).ready(function(){checkout.init();})</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/login.html.twig' %}{% include 'front/customer/blocks/quick-register.html.twig' %}</div><div class="footer-spacer"></div></div>{% endblock %}