{% extends "common-content.html" %} {% block media %} {% if not request.in_contest %} {% endif %} {% endblock %} {% block js_media %} {% compress js %} {% endcompress %} {% if request.in_contest %} {% compress js %} {% endcompress %} {% endif %} {% endblock %} {% block title_ruler %}{% endblock %} {% block title_row %} {% set tab = 'list' %} {% set title = 'Problems' %} {% include "problem/problem-list-tabs.html" %} {% endblock %} {% block body %} {% if page_obj.num_pages > 1 %}
{% endif %} | {{ _('Problem') }} | {{ _('Problem code') }} | {{ _('Category') }} | {% if show_types %}{{ _('Types') }} | {% endif %}{{ _('Points') }} | {{ _('Users') }} | {% else %} {% if request.user.is_authenticated %}{{ sort_order.solved }} | {% endif %}{{ _('Problem') }}{{ sort_order.name }} | {{ _('Problem code') }} | {{ _('Category') }}{{ sort_order.group }} | {% if show_types %}{{ _('Types') }}{{ sort_order.type }} | {% endif %}{{ _('Points') }}{{ sort_order.points }} | {{ _('AC %%') }}{{ sort_order.ac_rate }} | {{ _('Users') }}{{ sort_order.user_count }} | {% if show_editorial %}Editorial | {% endif %} {% endif %}
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% if problem.is_public or request.in_contest %} {% else %} {% endif %} | {% elif problem.id in attempted_problems %}{% if problem.is_public or request.in_contest %} {% else %} {% endif %} | {% else %}{% if problem.is_public or request.in_contest %} {% else %} {% endif %} | {% endif %} {% endif %}{{ problem.i18n_name }} | {{ problem.code }} | {{ problem.group.full_name }} | {% if show_types %}{% for type in problem.types_list %} {{ type }}{% if not loop.last %}, {% endif %} {% endfor %} | {% endif %}{{ problem.points|floatformat }}{% if problem.partial %}p{% endif %} | {% if not request.in_contest %}{{ problem.ac_rate|floatformat(1) }}% | {% endif %}{% if not request.in_contest or not hide_contest_scoreboard %} {{ problem.user_count }} {% else %} ??? {% endif %} | {% if show_editorial%}{% if problem.has_public_editorial %} {{ _('Editorial') }} {% endif %} | {% endif %}