{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %} Statistiky účastníků kola {{ ctx.round.round_code_short() }}{% if ctx.hier_id is not none %}: {{ ctx.hier_place.name }}{% endif %} {% endblock %} {% block breadcrumbs %} {{ ctx.breadcrumbs(action="Statistiky účastníků") }} {% endblock %} {% block body %} {% for state in PartState %}
Stav počet účastníků
{{ state.friendly_name() }} {{ state_counts[state] }} {% endfor %}
celkem {{ total }}
{% endblock %}