<div id="{% block userLoginId %}user-login{% endblock userLoginId %}" class="clearfix">
<div class="grid-60 tab-p-60 m-100">
<ul class="navbar-nav">
<li class="nav-item active">
<span><img src="{{ asset('bundles/vpauto/frontend/images/particuliers.svg') }}" alt="" /> {{ "frontend.header.link.private"|trans }}</span>
<span><img src="{{ asset('bundles/vpauto/frontend/images/societes.svg') }}" alt="" /> {{ "frontend.header.link.society"|trans }}</span>
</li>
<li class="nav-item">
<a href="{{ getADUrl() }}" title="{{ "frontend.header.link.pro"|trans }}">
<img src="{{ asset('bundles/vpauto/frontend/images/pros_2_auto.svg') }}" alt="" /> {{ "frontend.header.link.pro"|trans }}
</a>
</li>
</ul>
<h3>{{ 'frontend.profile.account.already'|trans|raw }}</h3>
{{ render(controller("FOS\\UserBundle\\Controller\\SecurityController:loginAction")) }}
<p class="txtcenter"><a href="#" class="u-modal u-forgot lien01">{{ 'frontend.profile.password.forget'|trans }}</a></p>
<p class="txtcenter grid-hide tab-l-hide tab-p-hide m-visible">
<a href="#" title="" class="lien02 bt-cancel-login">{{ 'frontend.action.cancel'|trans }}</a>
</p>
</div>
<div class="grid-40 tab-p-40 m-100">
<div class="empty-box"></div>
<div class="background-grey">
{% block right_panel %}
<h3>{{ 'frontend.profile.create_account.title01'|trans }}</h3>
<div class="content-right-user">
<p>{{ 'frontend.profile.create_account.title02'|trans }}</p>
<ul>
<li>{{ 'frontend.profile.create_account.item01'|trans }}</li>
<li>{{ 'frontend.profile.create_account.item02'|trans }}</li>
<li>{{ 'frontend.profile.create_account.item03'|trans }}</li>
</ul>
<p>
{% if vehicle.id is defined %}
{% set url = path('registration_step', { (constant('App\\EventListener\\RegistrationListener::VEHICLE_ID')) : vehicle.id }) %}
{% else %}
{% set url = path('registration_step', {step: 2}) %}
{% endif %}
<a href="{{ url }}" title="{{ 'frontend.header.profile.create'|trans }}" class="link_profile_create btn06">
{{ 'frontend.header.profile.create'|trans }}
</a>
</p>
</div>
{% endblock right_panel %}
</div>
</div>
</div>