{% extends 'templates/main.volt' %} {% block content %}
添加用户
{% if auth_user.admin_role == 1 %} {% for role in admin_roles %} {% if role.id > 1 %} {% endif %} {% endfor %} {% endif %}
{% endblock %}