{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} {% block content %}

Trayectoria

Resultados

{% for subcategory in categories %} {% if subcategory.lvl == 0 %} {% elseif subcategory.lvl == 1 %} {% set rowSpanCounter = item_counter[subcategory.id] | length + category_counter[subcategory.id] + 1 %} {% else %} {% endif %} {% if subcategory.items.count > 0 %} {% for item in subcategory.items %} {% endfor %} {% endif %} {% endfor %}
Rubro Criterios Puntaje N° máximo de evidencias por criterio Puntaje máximo por rubro

{{ subcategory.title }}

{# category_score[subcategory.id] #} {{ subcategory.maxScore }}

{{ subcategory.title }} {% if category_score[subcategory.id] %} (Sub total
{{ category_score[subcategory.id] }}
) {% endif %}

{{ item.title }} {{ item_list[item.id] }} {{ item.maxRepeat }}
{% endblock %}