We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945d246 commit 9013f12Copy full SHA for 9013f12
webapp/templates/jury/problems.html.twig
@@ -14,9 +14,9 @@
14
<h1>Problems in contest {{ current_contest.name }}</h1>
15
{% if problems_current is empty %}
16
<em>There are no problems in this contest.</em>
17
+ {% else %}
18
+ {{ macros.table(problems_current, table_fields) }}
19
{% endif %}
-
- {{ macros.table(problems_current, table_fields) }}
20
21
22
{% if problems_other is not empty %}
0 commit comments