Skip to content
Snippets Groups Projects

Registrace

Merged Martin Mareš requested to merge mj/registrace into devel
4 files
+ 71
23
Compare changes
  • Side-by-side
  • Inline

Files

@@ -9,12 +9,14 @@
@@ -9,12 +9,14 @@
<thead>
<thead>
<tr>
<tr>
<th>Kategorie
<th>Kategorie
 
<th>Popis
<th>Kolo
<th>Kolo
<th>Odkazy
<th>Odkazy
<tbody>
<tbody>
{% for round in available_rounds %}
{% for round in available_rounds %}
<tr>
<tr>
<td><b>{{ round.category }}</b>
<td><b>{{ round.category }}</b>
 
<td>{{ round.enroll_advert }}</b>
<td>{{ round.name }}
<td>{{ round.name }}
{% if round.round_id in pcrs_by_round_id %}
{% if round.round_id in pcrs_by_round_id %}
<td>Již přihlášen
<td>Již přihlášen
Loading