{% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_FRANCE')) and getParameter('vpautopro.help_manual.france') is not null %}
<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>
{% elseif is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) and getParameter('vpautopro.help_manual.portugal') is not null %}
<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>
{% elseif is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM')) %}
{% if 'fr' == app.request.locale and getParameter('vpautopro.help_manual.belgique_fr') is not null %}
<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>
{% elseif 'nl' == app.request.locale and getParameter('vpautopro.help_manual.belgique_nl') is not null %}
<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>
{% endif %}
{% elseif is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN')) and getParameter('vpautopro.help_manual.espagne') is not null %}
<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>
{% elseif 'de' == app.request.locale and getParameter('vpautopro.help_manual.allemagne') is not null %}
<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>
{% elseif 'en' == app.request.locale and getParameter('vpautopro.help_manual.angleterre') is not null %}
<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>
{% elseif 'it' == app.request.locale and getParameter('vpautopro.help_manual.italie') is not null %}
<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>
{% elseif 'hu' == app.request.locale and getParameter('vpautopro.help_manual.hongrie') is not null %}
<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>
{% elseif 'pl' == app.request.locale and getParameter('vpautopro.help_manual.pologne') is not null %}
<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>
{% elseif 'ro' == app.request.locale and getParameter('vpautopro.help_manual.roumanie') is not null %}
<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>
{% endif %}