主页图片上传与识别
{% if is_admin or has_manage_key %}
数据管理
{% endif %}
{% if is_admin or has_manage_key %}
用户管理
{% endif %}
个人中心
{% if is_admin or has_manage_key or can_manage_registration_codes %}
注册码管理
{% endif %}
{% if is_admin %}
注册码申请管理
{% endif %}
{% if not is_admin and not has_manage_key and not can_manage_registration_codes and not has_registration_code %}
申请注册码管理
{% endif %}
退出登录
{% csrf_token %}