We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdaa00 commit f2af1fbCopy full SHA for f2af1fb
1 file changed
cms/server/admin/templates/submission.html
@@ -163,7 +163,7 @@ <h2 id="title_details" class="toggling_on">Submission details</h2>
163
{{- sr.compilation_sandbox_paths[loop.index0] -}}
164
</a>
165
{% endfor %}
166
- {% else %}
+ {% elif sr.compilation_sandbox_paths is not none %}
167
{{ sr.compilation_sandbox_paths|join(" ") }}
168
{% endif %}
169
@@ -297,7 +297,7 @@ <h2 id="title_evaluation_admin" class="toggling_on">Evaluation (as seen by the a
297
{{- ev.evaluation_sandbox_paths[loop.index0] -}}
298
299
300
+ {% elif ev.evaluation_sandbox_paths is not none %}
301
{{ ev.evaluation_sandbox_paths|join(" ") }}
302
303
0 commit comments