{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} {% macro widget_prototype(widget, remove_text) %} {% if widget.get('prototype') %} {% set form = widget.get('prototype') %} {% set name = widget.get('prototype').get('description') %} {% else %} {% set form = widget %} {% set name = widget.get('full_name') %} {% endif %}
{{ form_widget(form) }}
{% endmacro %} {% block content %}

Trayectoria

Explicaciones

Las respuestas a este formulario son de carácter jurado.

{% for subcategory in categories %} {% if subcategory.lvl == 0 %} {#

{{ subcategory.title }}


#} {% else %}

{{ subcategory.title }} {% if category_score[subcategory.id] %}
{{ category_score[subcategory.id] }}
{% endif %}

{% endif %} {% for item in subcategory.items %} {# Items #} {{ item.title }} (item) - {{ 'CurriculumMaximumItem' | trans }} {{ item.maxRepeat }}
{{ form_start(form_list[item.id]) }}
{% for widget in form_list[item.id].userItems.children %} {{ _self.widget_prototype(widget, 'Remove item') }} {% endfor %}
{{ form_end(form_list[item.id]) }}
{% endfor %} {% endfor %}
{% endblock %}