| Mon circuit |   | 
| - Distance: {{ distance }} | - Mode de déplacement: {{ translations.fr[mode] }} | 
| - Durée moyenne: {{ duration }} | - Départ: {{ origin.address }} {{ origin.postalCode }} {{ origin.city.name }} | 
| - Arrivée: {{ destination.address }} {{ destination.postalCode }} {{ destination.city.name }} | 
 
                     
                         
                         
                        | {% if price.translations[locale] is defined and price.translations[locale].label %} {{ price.translations[locale].label }} {% else %} {{ price.translations[defaultLocale].label|default("Tarif: " ~ index) }} {% endif %} | {% if price.value %} {{ price.value|number_format(2) }} € {% elseif price.max or price.min %} {% if price.min == price.max %} {{ price.min|number_format(2) }}€ {% else %} {{ translations[locale].from }} {{ price.min|number_format(2) }}€ {{ translations[locale].to }} {{ price.max|number_format(2) }}€ {% endif %} {% endif %} | {% if price.translations[locale] is defined and price.translations[locale].comment %} {{ price.translations[locale].comment }} {% else %} {{ price.translations[defaultLocale].comment|default("") }} {% endif %} | 
{{ schedule.translations[locale].comment }}
{% elseif schedule.translations[defaultLocale].comment %}{{ schedule.translations[defaultLocale].comment }}
{% endif %} {% if schedule.scheduleDays is not empty %}| {{ translations[locale].monday }} | 
                                                    {{ scheduleDay.isOpen ? translations[locale].open : translations[locale].close }}
                                                 | {% if scheduleDay.isOpen %} {% for hour in scheduleDay.hourLists %} {{ translations[locale].from }} {{ hour.openAt|date('H:i') }}h {{ translations[locale].to }} {{ hour.closeAt|date('H:i') }}h {% endfor %} {% endif %} | 
| {{ translations[locale].tuesday }} | 
                                                    {{ scheduleDay.isOpen ? translations[locale].open : translations[locale].close }}
                                                 | {% if scheduleDay.isOpen %} {% for hour in scheduleDay.hourLists %} {{ translations[locale].from }} {{ hour.openAt|date('H:i') }}h {{ translations[locale].to }} {{ hour.closeAt|date('H:i') }}h {% endfor %} {% endif %} | 
| {{ translations[locale].wednesday }} | 
                                                    {{ scheduleDay.isOpen ? translations[locale].open : translations[locale].close }}
                                                 | {% if scheduleDay.isOpen %} {% for hour in scheduleDay.hourLists %} {{ translations[locale].from }} {{ hour.openAt|date('H:i') }}h {{ translations[locale].to }} {{ hour.closeAt|date('H:i') }}h {% endfor %} {% endif %} | 
| {{ translations[locale].thursday }} | 
                                                    {{ scheduleDay.isOpen ? translations[locale].open : translations[locale].close }}
                                                 | {% if scheduleDay.isOpen %} {% for hour in scheduleDay.hourLists %} {{ translations[locale].from }} {{ hour.openAt|date('H:i') }}h {{ translations[locale].to }} {{ hour.closeAt|date('H:i') }}h {% endfor %} {% endif %} | 
| {{ translations[locale].friday }} | 
                                                    {{ scheduleDay.isOpen ? translations[locale].open : translations[locale].close }}
                                                 | {% if scheduleDay.isOpen %} {% for hour in scheduleDay.hourLists %} {{ translations[locale].from }} {{ hour.openAt|date('H:i') }}h {{ translations[locale].to }} {{ hour.closeAt|date('H:i') }}h {% endfor %} {% endif %} | 
| {{ translations[locale].saturday }} | 
                                                    {{ scheduleDay.isOpen ? translations[locale].open : translations[locale].close }}
                                                 | {% if scheduleDay.isOpen %} {% for hour in scheduleDay.hourLists %} {{ translations[locale].from }} {{ hour.openAt|date('H:i') }}h {{ translations[locale].to }} {{ hour.closeAt|date('H:i') }}h {% endfor %} {% endif %} | 
| {{ translations[locale].sunday }} | 
                                                    {{ scheduleDay.isOpen ? translations[locale].open : translations[locale].close }}
                                                 | {% if scheduleDay.isOpen %} {% for hour in scheduleDay.hourLists %} {{ translations[locale].from }} {{ hour.openAt|date('H:i') }}h {{ translations[locale].to }} {{ hour.closeAt|date('H:i') }}h {% endfor %} {% endif %} | 
|  | {{ value }}{% if loop.index is even or loop.last %} | 
| {{ step["html_instructions"]|raw }} |