{% extends "default.html" %} {% block pagetitle %}Ping Groups{% endblock %} {% block content %}

Create Ping Group

3-25 characters, including letters, numbers, _ , and -

Warning: ping groups can get usurped from their owners if they spend more than a month not reviewing membership applications.

Ping Groups

{% for group in groups %} {% endfor %}
# Name Members Created on
{{loop.index}} {{group.name}} {{group.member_ids | length}} {% if v.id != group.owner_id %} {% endif %}
{% endblock %}