src/Resources/views/Frontend/landing/customer-space-pro.html.twig line 1

Open in your IDE?
  1. {% extends 'frontend/frontend_pro.html.twig' %}
  2. {% block meta_robot %}
  3.     {{ parent() }}
  4.     <link rel="canonical" href="{{ url('frontend_customer_space_pro') }}"/>
  5.     {{ source('stubs/seo/robots_noindex_nofollow.html.twig') }}
  6. {% endblock %}
  7. {% block tawkto '' %}
  8. {% block meta_title %}{{ 'seo.landing.customer-space-pro.title'|trans({}, "seo") }}{% endblock %}
  9. {% block meta_desc %}{{ 'seo.landing.customer-space-pro.desc'|trans({}, "seo") }}{% endblock %}
  10. {% block body_content %}
  11. <div class="espace-client-pro">
  12.     <div class="landing-header">
  13.         <h1 class="titre05">
  14.             {{ 'frontend.landing.customer-space-pro.header.title'|trans({}, 'landing') }}
  15.         </h1>
  16.     </div>
  17.     <div class="landing-content">
  18.         <div>
  19.             <h2 class="titre01">{{ 'frontend.landing.customer-space-pro.content.title'|trans({}, 'landing')|raw }}</h2>
  20.             <p class="marginT20 marginB30">{{ 'frontend.landing.customer-space-pro.content.desc'|trans({}, 'landing') }}</p>
  21.             <ul>
  22.                 <li>
  23.                     <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>
  24.                     <span>{{ 'frontend.landing.customer-space-pro.content.item01.desc'|trans({}, 'landing')|raw }}</span>
  25.                 </li>
  26.                 <li>
  27.                     <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>
  28.                     <span>{{ 'frontend.landing.customer-space-pro.content.item02.desc'|trans({}, 'landing')|raw }}</span>
  29.                 </li>
  30.                 <li>
  31.                     <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>
  32.                     <span>{{ 'frontend.landing.customer-space-pro.content.item03.desc'|trans({}, 'landing')|raw }}</span>
  33.                 </li>
  34.                 <li>
  35.                     <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>
  36.                     <span>{{ 'frontend.landing.customer-space-pro.content.item04.desc'|trans({}, 'landing')|raw }}</span>
  37.                 </li>
  38.                 <li>
  39.                     <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>
  40.                     <span>{{ 'frontend.landing.customer-space-pro.content.item05.desc'|trans({}, 'landing')|raw }}</span>
  41.                 </li>
  42.                 <li>
  43.                     <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>
  44.                     <span>{{ 'frontend.landing.customer-space-pro.content.item08.desc'|trans({}, 'landing')|raw }}</span>
  45.                 </li>
  46.                 <li>
  47.                     <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>
  48.                     <span>{{ 'frontend.landing.customer-space-pro.content.item06.desc'|trans({}, 'landing')|raw }}</span>
  49.                 </li>
  50.                 <li>
  51.                     <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>
  52.                     <span>{{ 'frontend.landing.customer-space-pro.content.item07.desc'|trans({}, 'landing')|raw }}</span>
  53.                 </li>
  54.             </ul>
  55.             <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>
  56.         </div>
  57.     </div>
  58. </div>
  59. {% endblock body_content %}