{% block page_css %}{% endblock %}
PT 黑名单中心
首页查询
{% if current_user.is_authenticated %}
提交举报
{% if current_user.role != 'user' %}
举报管理
{% endif %} {% if current_user.role == 'admin' %}
管理员面板
合作站点
申诉管理
用户审核
用户管理
{% endif %} {% endif %}
{% if current_user.is_authenticated %}
你好, {{ current_user.username }}
退出登录
{% else %}
登录
注册
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block page_js %}{% endblock %}