{% extends 'base.html' %} {% load common_tags %} {% load users_tags %} {% load static %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{#
#}
{{ user.name }}
{% if user.phone %} {% endif %} {% if user.wechat %} {% endif %}
姓名: {{ user.name }}
用户名: {{ user.username }}
邮件: {{ user.email }}
手机: {{ user.phone }}
微信: {{ user.wechat }}
角色: {{ user.role.name }}
有效期: {{ user.date_expired|date:"Y-m-j H:i:s" }}
创建者: {{ user.created_by }}
创建日期: {{ user.date_joined|date:"Y-m-j H:i:s" }}
最后登录: {{ user.last_login|date:"Y-m-j H:i:s" }}
描述: {{ user.comment }}
快速修改
Active:
二次验证:
重置密码:
重置密钥:
用户组
{% for group in user.groups.all %} {% endfor %}
{{ group.name }}
{% endblock %} {% block custom_foot_js %} {% endblock %}