Skip to content
Snippets Groups Projects
Commit baa8b1b3 authored by Martin Mareš's avatar Martin Mareš
Browse files

Orgovská výsledková listina ukazuje hranici postupu

Též přidány nedělitelné mezery.
parent 8e378cf3
No related branches found
No related tags found
No related merge requests found
...@@ -62,10 +62,13 @@ Rozkliknutím bodů se lze dostat na detail daného řešení.</p> ...@@ -62,10 +62,13 @@ Rozkliknutím bodů se lze dostat na detail daného řešení.</p>
{% if master.score_winner_limit is not none or master.score_successful_limit is not none %} {% if master.score_winner_limit is not none or master.score_successful_limit is not none %}
<p> <p>
{% if master.score_winner_limit is not none %} {% if master.score_winner_limit is not none %}
<b>Vítězi</b> se stávají účastníci s alespoň <b>{{ master.score_winner_limit|decimal }} {{ master.score_winner_limit|inflected_by("bodem", "body", "body") }}</b>. <b>Vítězi</b> se stávají účastníci s alespoň <b>{{ master.score_winner_limit|decimal }} {{ master.score_winner_limit|inflected_by("bodem", "body", "body") }}</b>.
{% endif %} {% endif %}
{% if master.score_successful_limit is not none %} {% if master.score_successful_limit is not none %}
<b>Úspěšnými řešiteli</b> se stávají účastníci s alespoň <b>{{ master.score_successful_limit|decimal }} {{ master.score_successful_limit|inflected_by("bodem", "body", "body") }}</b>. <b>Úspěšnými řešiteli</b> se stávají účastníci s alespoň <b>{{ master.score_successful_limit|decimal }} {{ master.score_successful_limit|inflected_by("bodem", "body", "body") }}</b>.
{% endif %}
{% if master.score_advance_limit is not none %}
<b>Do dalšího kola postupují</b> účastníci s alespoň <b>{{ master.score_advance_limit|decimal }} {{ master.score_advance_limit|inflected_by("bodem", "body", "body") }}</b>.
{% endif %} {% endif %}
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment