{% if subpage %}

{{ subpage_title }}

返回个人中心
{% if subpage == "username" %}
{% endif %} {% if subpage == "password" %} {% if permission_name != "管理员" and not profile_user.manage_key %}
{% else %}
无权限
{% endif %} {% endif %} {% if subpage == "registration-code" %}
输入注册码后自动显示 key 预览
{% endif %}
{% else %}

个人信息

用户名: {{ profile_user.username }}

用户ID: {{ profile_user.user_id }}

注册码: {{ profile_user.registration_code|default:"无" }}

所属: {{ profile_user.key|join:"、"|default:"未填写" }}

可管理级别: {{ profile_user.manage_key|join:"、"|default:"无" }}

权限级别: {{ permission_name }}

账号设置

修改用户名 {% if permission_name != "管理员" and not profile_user.manage_key %} 修改密码 {% endif %} 替换注册码
我的提交
{% if achievements %}
{% for item in achievements %}
{% if item.image_url %} 提交的图片 {% else %}
无图片
{% endif %}
管理此条
{% endfor %}
{% else %}

你还没有提交过任何图片。

去上传第一张图片吧!
{% endif %} {% endif %}