{% import "macros/groups.twig" as grpmac %} <h2>{{ __("Group Heirarchy") }}</h2> <ul id="group-tree"> {% for grp in groups %} {{ grpmac.groupTree(grp) }} {% endfor %} </ul> <a class="pure-button pure-button-secondary" href="{{ cabin_url() ~ "crew/groups/new" }}"> <i class="fa fa-users"></i> {{ __("Create New Group") }} </a>
info at phpclasses dot org