Add new IOI format
This commit is contained in:
parent
af8ab310ce
commit
dbb189444d
13 changed files with 327 additions and 52 deletions
|
@ -28,7 +28,7 @@
|
|||
{% for batch in batches %}
|
||||
<div style="margin-top: 0.5em;">
|
||||
{% if batch.id %}
|
||||
<b>{{ _('Batch ') }}#{{ batch.id }}: </b>
|
||||
<b>{{ _('Batch ') }}#{{ batch.id }} ({{batch.points|floatformat}} / {{batch.total|floatformat}}): </b>
|
||||
{% endif %}
|
||||
{% for case in batch.cases %}
|
||||
<span class="case-{{ case.status }} case-icons">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue