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 e383c56 commit 496f362Copy full SHA for 496f362
webapp/templates/jury/internal_error.html.twig
@@ -72,9 +72,9 @@
72
</td>
73
</tr>
74
{% endif %}
75
- {% if internalError.affectedJudgings is not null %}
+ {% if internalError.affectedJudgings is not null and internalError.affectedJudgings | length > 1 %}
76
<tr>
77
- <th>Additional affected judgings</th>
+ <th>All affected judgings</th>
78
<td>
79
<ul>
80
{%- for judging in internalError.affectedJudgings -%}
0 commit comments