{#导航栏#}
Toggle navigation
崝赛
主页
通知公告
烽火台
搜索
{% if user.is_authenticated %}
{{ user.username }},您好!
修改密码
{% else %}
登陆
{% endif %}
注销
{#通知列表#}
{#主体#} {% for history in cheating_history %}
{{ history.user_id }} 号用户 {{ history.user_name }}
疑似在
{{ history.match_id }} {{ history.match_title }}
比赛中
作弊
,自重。如误报,请向管理员申诉。
{% endfor %}
{# 通知翻页按钮 #} {#
#} {#
#} {#
#} {# {% if notice.has_previous %}#} {#
上一页
#} {# {% endif %}#} {# 第 {{ notice.number }} / {{ notice.paginator.num_pages }}页#} {# {% if notice.has_next %}#} {#
下一页
#} {# {% endif %}#} {#
#} {#
#} {#
#}