{% extends "base.html" %} {% block body %}
Správce systému {% endif %} {% if g.user.is_org %}
Organizátor s následujícími rolemi:
Role | Oblast | Roč. | Kat. | Kolo {% for role in roles %} |
---|---|---|---|---|
{{ roles_by_type[role.role].name }} | {{ role.place.name }} | {{ role.year or '–' }} | {{ role.category or '–' }} | {{ role.seq or '–' }} {% endfor %} |
Běžný uživatel {% endif %} {% endblock %}