{% extends "base.html" %} {% block title %} 关于你 {% endblock %} {% block style %} {{ super() }} {% endblock %} {% block context %}
你的

{{ current_user.email }}

用户组:{{ current_user.role_name }}

评论条数:{{ comment_count }}

留言条数:{{ msg_count }}

博客:{{ blog_count }}

修改密码 退出登录 {% if current_user.check_role('DeleteUser') %} 删除用户 {% endif %} {% if current_user.check_role('ConfigureSystem') %} 角色设置 上传文件 {% endif %}
{% endblock %}