个人信息

用户名: {{ profile_user.username }}

用户ID: {{ profile_user.user_id }}

所属班级: {{ user_class|default:"未填写" }}

权限级别: {{ permission_name }}

我的提交
{% if achievements %}
{% for item in achievements %}
{% if item.image_url %} 提交的图片 {% else %}
无图片
{% endif %}
{% endfor %}
{% else %}

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

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