list_content.html.twig 227 Bytes edit raw blame history 1 2 3 4 5 6 7 <div class="fos_user_group_list"> <ul> {% for group in groups %} <li><a href="{{ path('fos_user_group_show', {'groupName': group.getName()} ) }}">{{ group.getName() }}</a></li> {% endfor %} </ul> </div>