{% extends "user/base-users-two-col.html" %} {% block left_sidebar %} {% include "contest/contest-tabs.html" %} {% endblock %} {% block users_media %} {% include "contest/ranking-css.html" %} {% endblock %} {% block users_js_media %} {% if can_edit %} {% endif %} {% if perms.judge.change_contestparticipation %} {% endif %} {% if not contest.ended %} {% endif %} {% if page_type == 'ranking' or page_type == 'final_ranking' %} {% endif %} {% include "contest/media-js.html" %} {% endblock %} {% block before_table %} {% include "contest/contest-datetime.html" %}
{% if page_type == 'participation' %} {% if contest.can_see_full_scoreboard(request.user) %} {% endif %} {% endif %} {% if request.user.is_authenticated %} {% endif %} {{ _('Download as CSV') }}
{% endblock %} {% block users_table %} {% include "contest/ranking-table.html" %} {% endblock %}