Repository URL to install this package:
|
Version:
2.4.1b3 ▾
|
{% load i18n %}
<table class="listing">
<thead>
<tr>
<th class="name">
{% trans "Name" %}
</th>
</tr>
</thead>
<tbody>
{% for group in groups %}
<tr>
<td class="title">
<h2>
<a href="{% url 'wagtailusers_groups:edit' group.id %}">{{ group.name }}</a>
</h2>
</td>
</li>
{% endfor %}
</tbody>
</table>