{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}Účastník: {{ user.full_name() }}{% endblock %} {% block body %}
Jméno: | {{ user.first_name }} | |
Příjmení: | {{ user.last_name }} | |
E-mail: | {{ user.email|mailto }} {% if user.is_admin %} | |
Správce: | ano{% endif %} {% if user.is_org %} | |
Organizátor: | ano{% endif %} | |
Účet založen: | {{ user.created_at|timeformat }} | |
Poslední přihlášení:{% if user.last_login_at %} | {{ user.last_login_at|timeformat }}{% else %} | Zatím nepřihlášen{% endif %} {% if user.reset_at %} |
Reset hesla: | {{ user.reset_at|timeformat }}{% endif %} | |
Poznámka: | {{ user.note }} |
Ročník | Škola | Třída | Rok narození |
---|---|---|---|
{{ participant.year }} | {{ participant.school_place.name }} | {{ participant.grade }} | {{ participant.birth_year }} |
Žádná registrace v ročníku
{% endif %}Ročník | Kategorie | Kolo | Místo | Stav účasti | Odkazy |
---|---|---|---|---|---|
{{ round.year }} | {{ round.category }} | {{ round.seq }}{{ round.part_code() }} | {{ contest.place.name }}
{% if pion.place_id != contest.place_id %}
(soutěžní místo {{ pion.place.name }}) {% endif %} | {{ pion.state.friendly_name() }} |
Žádná účast v kole
{% endif %} {% endblock %}