{% 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 %} {% if tab == 'ranking' %} {% endif %} {% include "contest/media-js.html" %} {% endblock %} {% block users_table %}