{% extends 'templates/main.volt' %} {% block content %}
编辑用户
{% if auth_user.root == 1 %}
{% for item in roles %} {% endfor %}
{% endif %}
{% if user.vip_expiry_time > 0 %} {% else %} {% endif %}
{% if user.lock_expiry_time > 0 %} {% else %} {% endif %}
{% if auth_user.root == 1 %}
编辑帐号
{% endif %} {% endblock %} {% block inline_js %} {% endblock %}