diff --git a/templates/problem/list.html b/templates/problem/list.html index 63e8e38..cb4a5e0 100644 --- a/templates/problem/list.html +++ b/templates/problem/list.html @@ -3,13 +3,15 @@ {% include "problem/left-sidebar.html" %} {% endblock %} +{% set in_ioi16 = request.in_contest_mode and request.participation.contest.format_name == "ioi16" %} + {% block middle_content %}
{% endif %} | {{ _('Problem') }} | @@ -18,7 +20,9 @@{{ _('Types') }} | {% endif %}{{ _('Points') }} | + {% if not in_ioi16 %}{{ _('Users') }} | + {% endif %} {% else %} {% if request.user.is_authenticated %}@@ -60,7 +64,7 @@ |
---|---|---|---|---|---|
@@ -111,6 +115,7 @@ {% if not request.in_contest_mode %} | {{ problem.ac_rate|floatformat(0) }}% | {% endif %} + {% if not in_ioi16 %}{% if not request.in_contest_mode or not hide_contest_scoreboard %} @@ -120,6 +125,8 @@ {% endif %} | + {% endif %} + {% if show_editorial%}{% if problem.has_public_editorial %} |