{% extends 'templates/main.volt' %} {% block content %} {%- macro type_info(value) %} {% if value == 1 %} 内置 {% elseif value == 2 %} 自定义 {% endif %} {%- endmacro %} {% set add_url = url({'for':'admin.role.add'}) %}
编号 | 名称 | 类型 | 成员数 | 操作 | |
---|---|---|---|---|---|
{{ item.id }} | {% if item.id == 1 %}{{ item.name }} | {% else %}{{ item.name }} | {% endif %}{{ type_info(item.type) }} | {{ item.user_count }} |