{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}Přístup pro organizátory{% endblock %} {% block body %} {% include "parts/check_dsn.html" %} {% if overview %}
| ID | Kategorie | Kolo | Místo | Stav | Statistiky | Moje role | Odkazy | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ o.round.round_code() }} | {{ o.round.category }} | {{ o.round.name }} {% if o.contest %} {% if o.place == o.contest.place %} | {{ o.place.name }} {% else %} | {{ o.contest.place.name }} {{ o.place.name_locative() }} {% endif %} {% elif create %} | {{ o.place.name }} {% else %} | {{ o.place.name_locative() }} {% endif %} | {% for s in o.contest_states %}{% if not loop.first %} {% endif %}{{ s.friendly_name() }}{% endfor %} {% if create %} | {% else %} | {% if not o.contest %}{{ o.num_contests }}S / {% endif %} {{- o.num_active_pants }}U {%- if o.num_unconfirmed_pants %} / {{ o.num_unconfirmed_pants }}P{% endif %} {% endif %} | {% for r in o.role_list %}{{ role_type_names[r] }}{% if not loop.last %} {% endif %}{% endfor %} {% if create %} | {% else %} | Detail {% endif %} {% endfor %} |
Momentálně neorganizujete žádnou soutěž. {% endif %} {% if show_certs_link %}
{% endif %} {% if g.user.is_admin %}