{% if scoreboard is defined and scoreboard is not null %}

Score

{% include 'partials/scoreboard_table.html.twig' with {displayRank: true, jury: true} %} {% endif %}

Submissions {% if restrictionText %} restricted to {{ restrictionText }} (show all) {% endif %}

{%- include 'jury/partials/submission_list.html.twig' with {showTestcases: false} %}