{% extends "base.html" %} {% block title %} Ocenění studentů {{ place.name }} {% endblock %} {% block breadcrumbs %}
  • Ocenění studentů
  • {{ place.name }} {% endblock %} {% block body %} {% if contests %} {% for c in contests %}
    Kat. Kolo Počet Výsledky Diplomy
    {{ c.round.category }} {% if c.round.round_type == RoundType.other %}{{ c.round.name }}{% else %}{{ c.round.round_type.friendly_name() }}{% endif %} {% if c.round.level < 4 %} ({{ c.place.name }}) {% endif %} {{ num_pants_by_cid[c.contest_id] }} {% if c.state == RoundState.closed %} {% if c.scoretable_id is not none %} Zobrazit {% else %} – {% endif %} {% if c.contest_id in contests_with_cert %}
      {% for t in CertType %} {% set ccnt = cert_counts_by_cid_type[(c.contest_id, t)] %} {% if ccnt %}
    • {{ t.friendly_name(plural=True) }} ({{ ccnt }}) {% endif %} {% endfor %}
    {% else %} – {% endif %} {% else %}
    kolo dosud není uzavřeno {% endif %} {% endfor %}
    {% else %}

    Vaši studenti se v letošním ročníku neúčastní žádné soutěže.

    {% endif %} {% endblock %}