{#导航栏#}
Toggle navigation
崝赛
主页
通知公告
烽火台
搜索
{% if user.is_authenticated %}
{{ user.username }},您好!
当前成绩:{{ chengji }}
提交WriteUP文件
修改密码
{% else %}
登陆
{% endif %}
注销
{#比赛列表#}
{#主体#} {% for questions_id, questions_title, questions_content, question_tips, question_docker, questions_docker_address, question_fraction, question_ctf_category in match_questions_info %}
{{ questions_title }}
分类:{{ question_ctf_category }} 分值:{{ question_fraction }}
{{ questions_content|safe }}
{{ question_tips|safe }}
{% if question_docker == '1' %} {% if questions_docker_address == 0 %}
点击启动容器
{% else %}
{{ questions_docker_address }}
{% endif %} {% endif %}
提交Flag
{% endfor %}
{# 翻页 #} {#
#} {#
#} {#
#} {# {% if match_infos.has_previous %}#} {#
上一页
#} {# {% endif %}#} {# 第 {{ match_infos.number }} / {{ match_infos.paginator.num_pages }}页#} {# {% if match_infos.has_next %}#} {#
下一页
#} {# {% endif %}#} {#
#} {#
#} {#
#}