Entretien / Ramonage

{% set lastLabel = null %} {% for keySection,section in questionsBySection %} {% set firstPart = section.short_label|split('_')|first %} {% if lastLabel !== firstPart and lastLabel is not null %}
{% endif %} {% if lastLabel !== firstPart %}

{{ firstPart }}

{% endif %}
{{ section.short_label|split('_')|last }}
0/0 Aller
{% if section.subtitles|length !== 1 or 0 not in section.subtitles|keys %}
{% endif %} {% for keySubtitle, subtitle in section.subtitles %} {% if subtitlesLabel[keySubtitle] is not null %}
{{ subtitlesLabel[keySubtitle] }}
0/0 Aller
{% endif %}
{% for keyQuestion, question in subtitle.questions %}
{{ question.short_label }}
Ouvrir

{{ question.label }}

Photos
{% if pictures[keyQuestion] is defined %} {% for picture in pictures[keyQuestion] %} {% set name = picture.path|split('/')|last|split('.')[0] %} {% if 'ramonage' not in keyQuestion %}
Photo
{% endif %} {% endfor %} {% endif %}
{% if question.information != null %}
i × {{ question.information|raw }}
{% endif %}
{% endfor %}
{% if subtitlesLabel[keySubtitle] is not null %}
{% endif %} {% endfor %} {% if section.subtitles|length !== 1 or 0 not in section.subtitles|keys %}
{% endif %}
{% set lastLabel = firstPart %} {% if loop.last %}
{% endif %} {% endfor %}