diff --git a/webapp/templates/jury/partials/submission_list.html.twig b/webapp/templates/jury/partials/submission_list.html.twig index e565aba612..a2d6b914c8 100644 --- a/webapp/templates/jury/partials/submission_list.html.twig +++ b/webapp/templates/jury/partials/submission_list.html.twig @@ -60,10 +60,13 @@ team problem lang + {%- if rejudging is defined %} + old result + {%- endif %} {% if showExternalResult and showExternalTestcases %} - result + {%-if rejudging is defined %}new {% endif %}result {% else %} - result + {%- if rejudging is defined %}new {% endif %}result {% endif %} {% if showExternalResult and not showExternalTestcases %} external result @@ -72,12 +75,7 @@ verified by {% endif %} - {%- if rejudging is defined %} - - old result - {%- endif %} {%- if showTestcases is defined and showTestcases %} - test results {%- endif %} @@ -146,8 +144,16 @@ {% endif %} + {%- if rejudging is defined %} + + {{ submission.oldResult | printValidJuryResult }} + + {%- endif %} + {%- if rejudging is defined %} + ⇝ + {% endif %} {{ submission | printValidJurySubmissionResult }} @@ -211,14 +217,7 @@ {% endif %} {% endif %} - {%- if rejudging is defined %} - - - {{ submission.oldResult | printValidJuryResult }} - - {%- endif %} {%- if showTestcases is defined and showTestcases %} - {{- submission | testcaseResults -}}