Skip to content
Snippets Groups Projects

Editace emailu + zvací emaily

Merged Jiří Setnička requested to merge jirka/maily into devel
All threads resolved!
@@ -12,7 +12,7 @@
<tr><td>Ročník<td>{{ round.year }}
<tr><td>Kategorie<td>{{ round.category }}
<tr><td>Pořadí<td>{{ round.seq }}
{% if round.part > 0 %}<tr><td>Část:<td>{{ round.part_code() }}{% endif %}
{% if round.part > 0 %}<tr><td>Část<td>{{ round.part_code() }}{% endif %}
<tr><td>Oblast<td>{{ level_names[round.level] }}
<tr><td>Vaše role<td>{% if g.user.is_admin %}správce{% elif roles %}{{ roles|join(", ") }}{% else %}–{% endif %}
{% if group_rounds|length > 1 %}
Loading