src/Resources/views/Frontend/user/_tel_customer_service.html.twig line 1

Open in your IDE?
  1. {% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_FRANCE')) %}
  2.     02 97 76 62 00
  3. {% elseif is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) %}
  4.     +351 308 800 274
  5. {% elseif is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM')) %}
  6.     +32 (0)78 48 46 60
  7. {% elseif is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN')) %}
  8.     +34 911 98 71 28
  9. {% else %}
  10.     +33 2 97 76 62 00
  11. {% endif %}