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