{% 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 %} {% endif %} {% if perms.judge.rejudge_submission %} {% endif %}

{{_('Source code')}}

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



{% csrf_token %}

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