{# CREATED BY FRANCESCO MANGIACRAPA Display a grid of group items. groups - A list of groups. Example: {% snippet "group/snippets/group_list.html" %} #} {# Display a hierarchical tree of groups Example: {% snippet "group/snippets/group_tree.html" %} #} {# CKAN 2.6.X #} {% set top_nodes = h.group_tree(type_='group') %} {# CKAN 2.5.X {% set top_nodes=h.get_action('group_tree', {'type': 'group'}) %} #}
Show Hierarchy
{% block group_list %} {% endblock %}