{% extends "oj_base.html" %} {% block body %} {% load contest %}
{% for item in contests %} {% ifequal item.contest_type 0 %} {% endifequal %} {% ifequal item.contest_type 1 %} {% endifequal %} {% ifequal item.contest_type 2 %} {% endifequal %} {% endfor %}
# 比赛名称 开始时间 比赛类型 状态
{{ item.id }} {{ item.title }} {{ item.start_time }}小组赛公开赛公开赛(密码保护){{ item|contest_status }}
{% include "oj/announcement/_announcement_panel.html" %}
{% endblock %} {% block js_block %} {% endblock %}