Skip to content
Snippets Groups Projects

Zadávání bodů a zobrazení výsledků

Merged Jiří Setnička requested to merge jirka/score into devel
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -44,6 +44,12 @@
@@ -44,6 +44,12 @@
<td>{{ count }}
<td>{{ count }}
</tr>
</tr>
{% endfor %}
{% endfor %}
 
<tfoot>
 
<tr>
 
<th>Celkem
 
<th>{{ places_counts|sum(attribute=1) }}
 
</tr>
 
</tfoot>
</table>
</table>
{% else %}
{% else %}
<i>Žádní účastníci a žádná soutěžní místa.</i>
<i>Žádní účastníci a žádná soutěžní místa.</i>
Loading