{% 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 %} {% include "contest/contest-datetime-js.html" %} {% 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) %}