{% extends "submission/info-base.html" %} {% block media %} {% endblock %} {% block content_js_media %} {% if not submission.is_graded and last_msg %} {% endif %} {% endblock %} {% block body %}

{% if request.profile == submission.user or perms.judge.resubmit_other %}
{{ _('Resubmit') }}
{% endif %} {% if perms.judge.rejudge_submission %}
{% csrf_token %} {{ _('Rejudge') }}
{% endif %}

{{_('Source code')}}

{% include "submission/status-testcases.html" %}
{% if not submission.is_graded %} {% if perms.judge.abort_any_submission %}



{% csrf_token %}

{% endif %} {% endif %} {% endblock %}