{% extends "user/user-base.html" %} {% block title_ruler %}{% endblock %} {% block title_row %} {% set tab = 'bookmark' %} {% include "user/user-tabs.html" %} {% endblock %} {% from "contest/macros.html" import contest_head, time_left, user_count, contest_format_user %} {% block user_content %}
{% if current_tab == 'problems' %} {% if bookmarks %} {% for problem in bookmarks %}