{{ 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 %}
|
{% endfor %}