{% extends "layout/basic.html" %} {% block content %}
{%- for pid in tdoc.pids -%} {%- endfor -%}
{{ _('Problem') }}
{{ String.fromCharCode(65+loop.index0) }}  {{ pdict[pid].title }}

{{ _('Files') }}

{{ noscript_note.render() }} {% include "partials/files.html" %}
{% if model.contest.isOngoing(tdoc) %}

{{ _('Broadcast Message') }}

{{ form.form_textarea({ columns:null, label:'Content', name:'content', value:'' }) }}
{% endif %}
{% include 'partials/contest_sidebar_management.html' %}
{% endblock %}