File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
webapp/templates/jury/partials Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 172
172
</a >
173
173
</td >
174
174
{% if is_scoring %}
175
- <td class =" right" >
175
+ <td class =" {{ tdExtraClass }} right" >
176
176
{% if submission .score is not null %}
177
177
{{ submission .score | number_format(2 , ' .' , ' ' ) }}
178
178
{% else %}
292
292
{% endif %}
293
293
</a >
294
294
</td >
295
+ {% if is_scoring %}
296
+ <td class =" right" >
297
+ {% if externalJudgement .score is not null %}
298
+ {{ externalJudgement .score | number_format(2 , ' .' , ' ' ) }}
299
+ {% else %}
300
+ {{ ' -' }}
301
+ {% endif %}
302
+ </td >
303
+ {% endif %}
295
304
<td class =" testcase-results" >
296
305
{{- submission | testcaseResults(true ) -}}
297
306
</td >
298
307
</tr >
299
308
<tr >
300
- <td colspan =" 3 " class =" inline-verify-form" >
309
+ <td colspan =" {% if is_scoring %}4{% else %}3{% endif %} " class =" inline-verify-form" >
301
310
{% if externalJudgement is not null and (not submission .judgings .first or submission .judgings .first .result != externalJudgement .result ) %}
302
311
{% include ' jury/partials/verify_form.html.twig' with {
303
312
label : ' Shadow difference verified' ,
You can’t perform that action at this time.
0 commit comments