{% extends "user/base-users.html" %} {% block title_ruler %}{% endblock %} {% block title_row %} {% set title = contest.name %} {% 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 %} {% include "contest/media-js.html" %} {% endblock %} {% block users_table %}
{% if tab == 'participation' %} {% if contest.can_see_full_scoreboard(request.user) %} {% endif %} {% endif %} {% if request.user.is_authenticated %} {% endif %}
{% include "contest/ranking-table.html" %} {% endblock %}