{% autoescape false %} {% if data is not empty %} {% set tutor = is_granted('ROLE_TEACHER') %}

{{ 'Progress' | trans }}: {{ score_progress }} %

{% for item in data %} {% endfor %}
{{ 'Thematic' | trans }} {{ 'Thematic plan' | trans }} {{ 'Thematic advance' | trans }}
{% if session_star is not defined %}
{{ item.title }}
{% else %}
{{ item.title }} {{ session_star }}
{% endif %} {{ item.content }}
{{ extra[item.iid]['toolbar'] }}
{% if tutor %} {% endif %} {% if item.plans is empty %}
{% else %} {% for plan in item.plans %}
{{ plan.title }}
{{ plan.description }} {% endfor %} {% endif %}
{% if tutor %} {% endif %} {% if item.advances is not empty %} {% for advance in item.advances %} {% if advance.doneAdvance == 1 %} {% set color = "background-color:#E5EDF9;" %} {% else %} {% set color = "background-color:#FFFFFF;" %} {% endif %} {% if tutor %} {% endif %} {% endfor %} {% else %} {% endif %}
{{ advance.startDate | format_date }} {{ advance.content }}
{% if tutor %} {% endif %}
{% set check = "" %} {% if extra[item.iid]['last_done'] == advance.iid %} {% set check = "checked" %} {% endif %} {% else %}
{% else %} {% if is_allowed_to_edit %} {{ no_data }} {% else %} {% endif %} {% endif %} {% endautoescape %}