{% for item in data %} {% endfor %}
{{ "Thematic"|get_lang }} {{ "ThematicPlan"|get_lang }} {{ "ThematicAdvance"|get_lang }}

{{ item.title }}


{{ item.content }}
{% for plan in item.thematic_plan %}

{{ plan.title }}


{{ plan.description }} {% endfor %}
{% for advance in item.thematic_advance %}

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

{{ advance.start_date | api_convert_and_format_date(2) }}
{{ advance.content }} {% endfor %}