{% extends "common-content.html" %} {% block js_media %} {% compress js %} {% if request.user.is_authenticated and perms.judge.rejudge_submission %} {% endif %} {% endcompress %} {% if dynamic_update and last_msg %} {% endif %} {% endblock %} {% block title_ruler %}{% endblock %} {% block title_row %} {% include "submission/submission-list-tabs.html" %} {% endblock %} {% block media %} {% if perms.judge.change_submission and perms.judge.rejudge_submission %} {% endif %} {% endblock %} {% block body %} {% if page_obj.num_pages > 1 %}