{# Display a grid of group items. groups - A list of groups. Example: {% snippet "group/snippets/group_list.html" %} #} {% block group_list %} {%- call ui.util.call(ui.group_list) -%} {% block group_list_inner %} {% for group in groups %} {{ ui.group(group=group, show_capacity=show_capacity) }} {% endfor %} {% endblock %} {%- endcall %} {% endblock %}