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