Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{% 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>