{% 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 %} {% if has_rating %} {% endif %} {% endblock %} {% block users_js_media %} {% if is_organizer %} {% 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.start_time <= now or perms.judge.see_private_contest %} {% endif %} {% endif %}
{% include "contest/ranking-table.html" %} {% endblock %}