Skip to content
Snippets Groups Projects

Sazba diplomů

2 files
+ 12
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -16,6 +16,12 @@
<h3>Diplomy</h3>
{% if group_rounds|length > 1 %}
<p>Diplomy se vydávají <b>společné</b> pro skupinu kol:
{% for r in group_rounds %}{% if loop.index > 1 %}, {% endif %}<a href="{{ url_for('org_round', round_id=r.round_id) }}">{{ r.round_code() }} {{ r.name }}</a>{% endfor %}.
</p>
{% endif %}
{% if cset.certs_issued_at is not none %}
<p>Diplomy vytvořil(a)
Loading