{% extends "common-content.html" %} {% block title_ruler %}{% endblock %} {% block title_row %} {% set tab = 'moss' %} {% set title = contest.name %} {% include "contest/contest-tabs.html" %} {% endblock %} {% block content_media %} {% endblock %} {% block content_js_media %} {% endblock %} {% block body %} {% if has_results %}
{{ _('Problem') }} | {% for lang in languages %}{{ lang }} | {% endfor %}
---|---|
{{ problem.name }} | {% for result in results %}{% if result.submission_count %} {{ result.submission_count }} {{_('submissions')}} {% else %} {{ _('No submissions') }} {% endif %} | {% endfor %}