Korpus ŠOLAR
{% else %}
{% endif %}
{% endif %}
{% endwith %}
{% if contract_school %}
{% endif %}
{% for item in contracts_students %}
{% endfor %}
{% if show_upload_form %}
Oddaj pogodbo
Sodelujoči
{% for collaborator in collaborators %}
{% endfor %}
{{collaborator.name}}
{% if collaborator.id in cooperation_history %}
{% if cooperation_history[collaborator.id]["coordinator"]|length > 0 %}
Vodenje: {% for item in cooperation_history[collaborator.id]["coordinator"] %}
{% if loop.index != 1 %}, {% endif %}
{{item[0]}}
{% endfor %}
{% endif %}
{% if cooperation_history[collaborator.id]["mentor"]|length > 0 %}
Mentorstvo: {% for item in cooperation_history[collaborator.id]["mentor"] %}
{% if loop.index != 1 %}, {% endif %}
{{item[0]}}
{% endfor %}
{% endif %}
{% if cooperation_history[collaborator.id]["other"]|length > 0 %}
Drugo: {% for item in cooperation_history[collaborator.id]["other"] %}
{% if loop.index != 1 %}, {% endif %}
{{item[0]}}
{% endfor %}
{% endif %}
{% endif %}
Sodelovanje v letih
{% if cooperation_history.keys()|length > 0 %}
{% if user_id in cooperation_history %}
{% for item in cooperation_history[user_id]['coordinator'] %}
{% endfor %}
{% for item in cooperation_history[user_id]['mentor'] %}
{% endfor %}
{% for item in cooperation_history[user_id]['other'] %}
{% endfor %}
{% endif %}
{% endif %}
{{item[0]}}
{{item[0]}}
{{item[0]}}