Odjavi se {% if is_institution_coordinator %}
Upravljaj z institucijo {% endif %} {% if is_admin %}
Administracijski meni {% endif %}
Pomoč
logo

Korpus ŠOLAR

{% with messages = get_flashed_messages() %} {% if messages %}
{{ messages[0] }}
{% else %}
{% endif %} {% endwith %} {% if contract_school %}
contract
Pogodba s šolo
{{contract_school.original_filename}}
DODANO: {{contract_school.timestamp}}
Prenesi

{% endif %} {% for item in contracts_students %}
contract
{{item.original_filename}}
Pogodba o prenosu lastništva
DODANO: {{item.timestamp}}
Prenesi

{% endfor %}


{% if show_upload_form %}
Oddaj pogodbo
{% if enable_upload_school_contract %}
{% else %}
{% endif %}
{% endif %}
Sodelujoči
{% for collaborator in collaborators %}
{{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 %}
{% endfor %}
Sodelovanje v letih
{% if cooperation_history.keys()|length > 0 %} {% if user_id in cooperation_history %} {% for item in cooperation_history[user_id]['coordinator'] %}
star
{{item[1]}}
{{item[0]}}
{% endfor %} {% for item in cooperation_history[user_id]['mentor'] %}
star
{{item[1]}}
{{item[0]}}
{% endfor %} {% for item in cooperation_history[user_id]['other'] %}
star
{{item[1]}}
{{item[0]}}
{% endfor %} {% endif %} {% endif %}