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

Create Ping Group

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

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 %}