src/Resources/views/Frontend/pro/_help_manual.html.twig line 1

Open in your IDE?
  1. {% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_FRANCE')) and getParameter('vpautopro.help_manual.france') is not null %}
  2.     <li {% if hideTablet is defined and hideTablet is not null%}class="{{hideTablet}}"{% endif%}><a href="{{ getParameter('vpautopro.help_manual.france') }}" title="" target="_blank"><span class="paddingR5 tab-l-hide tab-p-hide m-hide"><i class="icon-annotation"></i></span> {{ 'frontend.header.pro.link.help_manual'|trans }}</a></li>
  3. {% elseif is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) and getParameter('vpautopro.help_manual.portugal') is not null %}
  4.     <li {% if hideTablet is defined and hideTablet is not null%}class="{{hideTablet}}"{% endif%}><a href="{{ getParameter('vpautopro.help_manual.portugal') }}" title="" target="_blank"><span class="paddingR5 tab-l-hide tab-p-hide m-hide"><i class="icon-annotation"></i></span> {{ 'frontend.header.pro.link.help_manual'|trans }}</a></li>
  5. {% elseif is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM')) %}
  6.     {% if 'fr' == app.request.locale and getParameter('vpautopro.help_manual.belgique_fr') is not null %}
  7.         <li {% if hideTablet is defined and hideTablet is not null%}class="{{hideTablet}}"{% endif%}><a href="{{ getParameter('vpautopro.help_manual.belgique_fr') }}" title="" target="_blank"><span class="paddingR5 tab-l-hide tab-p-hide m-hide"><i class="icon-annotation"></i></span> {{ 'frontend.header.pro.link.help_manual'|trans }}</a></li>
  8.     {% elseif 'nl' == app.request.locale and getParameter('vpautopro.help_manual.belgique_nl') is not null %}
  9.         <li {% if hideTablet is defined and hideTablet is not null%}class="{{hideTablet}}"{% endif%}><a href="{{ getParameter('vpautopro.help_manual.belgique_nl') }}" title="" target="_blank"><span class="paddingR5 tab-l-hide tab-p-hide m-hide"><i class="icon-annotation"></i></span> {{ 'frontend.header.pro.link.help_manual'|trans }}</a></li>
  10.     {% endif %}
  11. {% elseif is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN')) and getParameter('vpautopro.help_manual.espagne') is not null %}
  12.     <li {% if hideTablet is defined and hideTablet is not null%}class="{{hideTablet}}"{% endif%}><a href="{{ getParameter('vpautopro.help_manual.espagne') }}" title="" target="_blank"><span class="paddingR5 tab-l-hide tab-p-hide m-hide"><i class="icon-annotation"></i></span> {{ 'frontend.header.pro.link.help_manual'|trans }}</a></li>
  13. {% elseif 'de' == app.request.locale and getParameter('vpautopro.help_manual.allemagne') is not null %}
  14.     <li {% if hideTablet is defined and hideTablet is not null%}class="{{hideTablet}}"{% endif%}><a href="{{ getParameter('vpautopro.help_manual.allemagne') }}" title="" target="_blank"><span class="paddingR5 tab-l-hide tab-p-hide m-hide"><i class="icon-annotation"></i></span> {{ 'frontend.header.pro.link.help_manual'|trans }}</a></li>
  15. {% elseif 'en' == app.request.locale and getParameter('vpautopro.help_manual.angleterre') is not null %}
  16.     <li {% if hideTablet is defined and hideTablet is not null%}class="{{hideTablet}}"{% endif%}><a href="{{ getParameter('vpautopro.help_manual.angleterre') }}" title="" target="_blank"><span class="paddingR5 tab-l-hide tab-p-hide m-hide"><i class="icon-annotation"></i></span> {{ 'frontend.header.pro.link.help_manual'|trans }}</a></li>
  17. {% elseif 'it' == app.request.locale and getParameter('vpautopro.help_manual.italie') is not null %}
  18.     <li {% if hideTablet is defined and hideTablet is not null%}class="{{hideTablet}}"{% endif%}><a href="{{ getParameter('vpautopro.help_manual.italie') }}" title="" target="_blank"><span class="paddingR5 tab-l-hide tab-p-hide m-hide"><i class="icon-annotation"></i></span> {{ 'frontend.header.pro.link.help_manual'|trans }}</a></li>
  19. {% elseif 'hu' == app.request.locale and getParameter('vpautopro.help_manual.hongrie') is not null %}
  20.     <li {% if hideTablet is defined and hideTablet is not null%}class="{{hideTablet}}"{% endif%}><a href="{{ getParameter('vpautopro.help_manual.hongrie') }}" title="" target="_blank"><span class="paddingR5 tab-l-hide tab-p-hide m-hide"><i class="icon-annotation"></i></span> {{ 'frontend.header.pro.link.help_manual'|trans }}</a></li>
  21. {% elseif 'pl' == app.request.locale and getParameter('vpautopro.help_manual.pologne') is not null %}
  22.     <li {% if hideTablet is defined and hideTablet is not null%}class="{{hideTablet}}"{% endif%}><a href="{{ getParameter('vpautopro.help_manual.pologne') }}" title="" target="_blank"><span class="paddingR5 tab-l-hide tab-p-hide m-hide"><i class="icon-annotation"></i></span> {{ 'frontend.header.pro.link.help_manual'|trans }}</a></li>
  23. {% elseif 'ro' == app.request.locale and getParameter('vpautopro.help_manual.roumanie') is not null %}
  24.     <li {% if hideTablet is defined and hideTablet is not null%}class="{{hideTablet}}"{% endif%}><a href="{{ getParameter('vpautopro.help_manual.roumanie') }}" title="" target="_blank"><span class="paddingR5 tab-l-hide tab-p-hide m-hide"><i class="icon-annotation"></i></span> {{ 'frontend.header.pro.link.help_manual'|trans }}</a></li>
  25. {% endif %}