{% extends "jury/base.html.twig" %} {% import "jury/jury_macros.twig" as macros %} {% block title %}Shadow differences - {{ parent() }}{% endblock %} {% block extrahead %} {{ parent() }} {{ macros.table_extrahead() }} {{ macros.select2_extrahead() }} {% endblock %} {% block content %}

Shadow differences

{%- if current_contests is empty %}
No active contest
{%- else %}
{% include 'jury/partials/shadow_matrix.html.twig' %}

Details

Show submissions:
{%- for idx, type in viewTypes %} {%- endfor %}
{%- for idx, type in verificationViewTypes %} {%- endfor %}
Clear
{% include 'jury/partials/shadow_submissions.html.twig' %}
{% endif %} {% endblock %} {% block extrafooter %} {%- if current_contests is not empty %} {% endif %} {% endblock %}