{% extends "three-column-content.html" %} {% block three_col_media %} {% if not show_contest_mode %} {% else %} {% endif %} {% endblock %} {% block three_col_js %} {% include "actionbar/media-js.html" %} {% block problem_list_js %}{% endblock %} {% compress js %} {% endcompress %} {% if show_contest_mode %} {% compress js %} {% endcompress %} {% endif %} {% endblock %} {% block left_sidebar %} {% include "problem/left-sidebar.html" %} {% endblock %} {% block right_sidebar %} {% if not show_contest_mode %}
{% endif %} {% endblock %}