Skip to content
Snippets Groups Projects

Sazba diplomů

Compare and Show latest version
2 files
+ 29
38
Compare changes
  • Side-by-side
  • Inline

Files

@@ -25,6 +25,9 @@ Ocenění studentů {{ place.name }}
<tr>
<td>{{ c.round.category }}
<td>{% if c.round.round_type == RoundType.other %}{{ c.round.name }}{% else %}{{ c.round.round_type.friendly_name() }}{% endif %}
{% if c.round.level < 4 %}
({{ c.place.name }})
{% endif %}
<td class=ar>{{ num_pants_by_cid[c.contest_id] }}
{% if c.state == RoundState.closed %}
<td>
Loading