{% extends "layout/basic.html" %} {% import "components/contest.html" as contest with context %} {% import "components/form.html" as form with context %} {% block content %} {{ set(UiContext, 'tdoc', tdoc) }} {{ set(UiContext, 'tsdoc', tsdoc) }}

{{ _('Print Request') }} - {{ tdoc.title }}

{% if handler.user.own(tdoc) or handler.user.hasPerm(perm.PERM_EDIT_CONTEST) %} {% endif %}
{% set owner_udoc = udict[tdoc.owner] %} {% include "partials/contest_sidebar.html" %}
{% endblock %}