Skip to content
Snippets Groups Projects

user_index: Přehlednější vstupní stránka pro účastníka

Merged Jan Prachař requested to merge honza/mr9 into devel
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -10,14 +10,16 @@
<tr>
<th>Kategorie
<th>Kolo
<th>Stav
<th>Stav účasti
<th>Stav soutěže
<th>Odkazy
<tbody>
{% for pion, contest, round in pions %}
{% set state = contest.ct_state() %}
<tr>
<td class="text-center" style="font-size: 1.2em"><b>{{ round.category }}</b>
<td>{{ round.name }} {{ contest.place.name_locativ() if contest.place.level > 0 else '' }}
<td>{{ round.name }} {{ contest.place.name_locative() if contest.place.level > 0 else '' }}
<td>{{ pion.state.friendly_name() }}
<td>{{ contest.ct_long_state() }}
<td>
{% if contest.ct_task_statement_available() %}
Loading