{% extends "layout/basic.html" %} {% block content %}
{% if rdoc %}

{{ model.builtin.STATUS_TEXTS[rdoc.status] }}{% if rdoc.status != model.builtin.STATUS.STATUS_ACCEPTED %} {{ rdoc.score }}{% endif %}

{% endif %}

{{ pdoc.title }}

{% if tdoc %} {% if tdoc.docType == model.document.TYPE_CONTEST %} {% if model.contest.isDone(tdoc) %}

{{ _('You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.') }}

{% endif %}{# handler.isDone(tdoc) #} {% endif %}{# tdoc['docType'] == model.document.TYPE_CONTEST #} {% endif %}{# tdoc #} {{ pdoc.content|content(handler.user.viewLang, pdoc.html)|safe }}
{% set owner_udoc = udoc %} {% include "partials/problem_sidebar.html" %}
{% endblock %}