{% extends 'frontend/frontend_pro.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel="canonical" href="{{ url('frontend_customer_space_pro') }}"/>
{{ source('stubs/seo/robots_noindex_nofollow.html.twig') }}
{% endblock %}
{% block tawkto '' %}
{% block meta_title %}{{ 'seo.landing.customer-space-pro.title'|trans({}, "seo") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.customer-space-pro.desc'|trans({}, "seo") }}{% endblock %}
{% block body_content %}
<div class="espace-client-pro">
<div class="landing-header">
<h1 class="titre05">
{{ 'frontend.landing.customer-space-pro.header.title'|trans({}, 'landing') }}
</h1>
</div>
<div class="landing-content">
<div>
<h2 class="titre01">{{ 'frontend.landing.customer-space-pro.content.title'|trans({}, 'landing')|raw }}</h2>
<p class="marginT20 marginB30">{{ 'frontend.landing.customer-space-pro.content.desc'|trans({}, 'landing') }}</p>
<ul>
<li>
<span><a href="{% if app.user is not null and app.user is pro %}{{ path('fos_user_profile_edit') }}{% else %}#{% endif %}" title=""><i class="icon-sidentifier"></i><span>{{ 'frontend.landing.customer-space-pro.content.item01.title'|trans({}, 'landing') }}</span></a></span>
<span>{{ 'frontend.landing.customer-space-pro.content.item01.desc'|trans({}, 'landing')|raw }}</span>
</li>
<li>
<span><a href="{% if app.user is not null and app.user is pro %}{{ path('frontend_auction_list') }}{% else %}#{% endif %}" title=""><i class="icon-ordres-achat"></i><span>{{ 'frontend.landing.customer-space-pro.content.item02.title'|trans({}, 'landing') }}</span></a></span>
<span>{{ 'frontend.landing.customer-space-pro.content.item02.desc'|trans({}, 'landing')|raw }}</span>
</li>
<li>
<span><a href="{% if app.user is not null and app.user is pro %}{{ path('frontend_user_purchase') }}{% else %}#{% endif %}" title=""><i class="icon-commande"></i><span>{{ 'frontend.landing.customer-space-pro.content.item03.title'|trans({}, 'landing') }}</span></a></span>
<span>{{ 'frontend.landing.customer-space-pro.content.item03.desc'|trans({}, 'landing')|raw }}</span>
</li>
<li>
<span><a href="{% if app.user is not null and app.user is pro %}{{ path('frontend_adviser') }}{% else %}#{% endif %}" title=""><i class="icon-conseiller"></i><span>{{ 'frontend.landing.customer-space-pro.content.item04.title'|trans({}, 'landing') }}</span></a></span>
<span>{{ 'frontend.landing.customer-space-pro.content.item04.desc'|trans({}, 'landing')|raw }}</span>
</li>
<li>
<span><a href="{% if app.user is not null and app.user is pro %}{{ path('frontend_optin') }}{% else %}#{% endif %}" title=""><i class="icon-mail01"></i><span>{{ 'frontend.landing.customer-space-pro.content.item05.title'|trans({}, 'landing') }}</span></a></span>
<span>{{ 'frontend.landing.customer-space-pro.content.item05.desc'|trans({}, 'landing')|raw }}</span>
</li>
<li>
<span><a href="{% if app.user is not null and app.user is pro %}{{ path('frontend_sms_alert_list') }}{% else %}#{% endif %}" title=""><i class="icon-tel02"></i><span>{{ 'frontend.landing.customer-space-pro.content.item08.title'|trans({}, 'landing') }}</span></a></span>
<span>{{ 'frontend.landing.customer-space-pro.content.item08.desc'|trans({}, 'landing')|raw }}</span>
</li>
<li>
<span><a href="{% if app.user is not null and app.user is pro %}{{ path('frontend_vehicle_alert_search') }}{% else %}#{% endif %}" title=""><i class="icon-alerte04"></i><span>{{ 'frontend.landing.customer-space-pro.content.item06.title'|trans({}, 'landing') }}</span></a></span>
<span>{{ 'frontend.landing.customer-space-pro.content.item06.desc'|trans({}, 'landing')|raw }}</span>
</li>
<li>
<span><a href="{% if app.user is not null and app.user is pro %}{{ path('frontend_assistance_contact') }}{% else %}#{% endif %}" title=""><i class="icon-aide-contact"></i><span>{{ 'frontend.landing.customer-space-pro.content.item07.title'|trans({}, 'landing') }}</span></a></span>
<span>{{ 'frontend.landing.customer-space-pro.content.item07.desc'|trans({}, 'landing')|raw }}</span>
</li>
</ul>
<p class="marginT40 txtcenter"><a href="{{ path('frontend_purchase_format_pro') }}" title="" class="lien11">{{ 'frontend.landing.customer-space-pro.content.button01.label'|trans({}, 'landing') }}</a></p>
</div>
</div>
</div>
{% endblock body_content %}