<p>Soutěžní kolo bylo ukončeno a úloha opravena a ohodnocena.
<tableclass="table table-bordered">
<tr><th>Získané body:<td>{% if sol.points %}{{ sol.points|inflected("bod", "body", "bodů") }}{% else %}nebyly přiděleny žádné body{% endif %}
<tr><th>Získané body:<td>{% if sol.points is not none %}{{ sol.points|inflected("bod", "body", "bodů") }}{% else %}nebyly přiděleny žádné body{% endif %}