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

{{ _('Balloon Status') }}

{{ noscript_note.render() }}
{% if not tdoc.balloon|length %} {{ nothing.render('Please set the balloon color for each problem first.') }} {% else %} {% include "partials/contest_balloon.html" %}
{{ _('Status') }} {{ _('#') }} {{ _('Problem') }} {{ _('Submit By') }} {{ _('Send By') }} {{ _('Awards') }}
{% endif %}
{% include 'partials/contest_sidebar_management.html' %}
{% endblock %}