{% extends "three-column-content.html" %} {% set has_hidden_subtasks = request.in_contest_mode and request.participation.contest.format.has_hidden_subtasks %} {% block js_media %} {% compress js %} {% if request.user.is_authenticated and perms.judge.rejudge_submission %} {% endif %} {% endcompress %} {% if dynamic_update and last_msg and not has_hidden_subtasks %} {% endif %} {% endblock %} {% block title_ruler %}{% endblock %} {% block title_row %}{% endblock %} {% block three_col_media %} {% if perms.judge.change_submission and perms.judge.rejudge_submission %} {% endif %} {% endblock %} {% block middle_title %}

{{content_title}}

{% endblock %} {% block middle_content %}
{{ _('You were disconnected. Refresh to show latest updates.') }}
{% set profile_id = request.profile.id if request.user.is_authenticated else 0 %} {% for submission in submissions %}
{% with problem_name=show_problem and submission.problem.i18n_name %} {% include "submission/row.html" %} {% endwith %}
{% endfor %}
{% if page_obj.num_pages > 1 %}
{% include "list-pages.html" %}
{% endif %}
{% endblock %} {% block right_sidebar %} {% endblock %} {% block left_sidebar %} {% endblock %}