{% for company in companies %}
{% if app.request.attributes.get('_route') == 'home' %} Français {% elseif app.request.attributes.get('_route') == 'accueil' %} English {% elseif app.request.attributes.get('_route') == 'eski' %} Français {% elseif app.request.attributes.get('_route') == 'ski' %} English {% elseif app.request.attributes.get('_route') == 'esnowboard' %} Français {% elseif app.request.attributes.get('_route') == 'snowboard' %} English {% elseif app.request.attributes.get('_route') == 'paragliding' %} Français {% elseif app.request.attributes.get('_route') == 'parapente' %} English {% elseif app.request.attributes.get('_route') == 'booking' %} Français {% elseif app.request.attributes.get('_route') == 'reservation' %} English {% elseif app.request.attributes.get('_route') == 'calendar' %} Français {% elseif app.request.attributes.get('_route') == 'calendrier' %} English {% elseif app.request.attributes.get('_route') == 'terms' %} Français {% elseif app.request.attributes.get('_route') == 'termes' %} English {% elseif app.request.attributes.get('_route') == 'legal_mentions' %} Français {% elseif app.request.attributes.get('_route') == 'mentions_legales' %} English {% elseif app.request.attributes.get('_route') == 'privacy' %} Français {% elseif app.request.attributes.get('_route') == 'confidentialite' %} English {% endif %}
{% endfor %}