{% extends "base.html" %} {% block title %}Groups — whatsloon admin{% endblock %} {% block content %}

Groups

Groups are invite-only: new members join via invite links.

{% if items %} {% for g in items %} {% endfor %}
IDSubjectInvite link
{{ g.id }}{{ g.subject }}{{ g.invite_link or "—" }}
{% else %}
No groups found for this number.
{% endif %} {% endblock %}