{% extends "jury/base.html.twig" %} {% import "jury/jury_macros.twig" as macros %} {% block title %}Submissions {{ current_contest.shortname | default ('') }} - {{ parent() }}{% endblock %} {% block extrahead %} {{ parent() }} {{ macros.table_extrahead() }} {{ macros.select2_extrahead() }} {% endblock %} {% block content %}

Submissions

Show: {%- for idx, type in viewTypes %} {%- endfor %}
{{ form(form) }}
{% if disabledLangs %}
The following languages are currently not allowed to be judged:
{% endif %} {% if disabledProbs %}
The following problems are currently not allowed to be judged:
{% endif %}
{%- include 'jury/partials/submission_list.html.twig' %}
{% endblock %} {% block extrafooter %} {% endblock %}