{% set inc = 0 %} {% for item in data %}

{{ item.title }}

{{ item.content }}

{{ "ThematicPlan"|get_lang }}

{% for plan in item.thematic_plan %}

{{ plan.title }}

{{ plan.description }}
{% endfor %}

{{ "ThematicAdvance"|get_lang }}

{% for advance in item.thematic_advance %}

{{ advance.duration }} {{ "MinHours" | get_lang }}

{{ advance.start_date | api_convert_and_format_date(2) }}
{{ advance.content }} {% endfor %}
{% set inc = inc + 1 %} {% if (inc < data|length) %} {% endif %} {% endfor %}