{% extends 'templates/full.volt' %} {% block content %} {%- macro type_info(value) %} {% if value == 'course' %} 课 {% elseif value == 'chat' %} 聊 {% endif %} {%- endmacro %}
名称 | 成员数 | 操作 |
---|---|---|
{{ item.name }} {{ type_info(item.type) }} | {{ item.user_count }} | 退出群组 |