{% extends "admin/base.html" %} {% block title %}Users{% endblock %} {% block content %}
| Username | Group | Role | Expires | Sent | Actions | |
|---|---|---|---|---|---|---|
| {{ inv.invited_username }} | {{ inv.invited_email }} | {% if inv.group_name %} {{ inv.group_name }} {% else %} — {% endif %} | {{ inv.role }} | {{ inv.expires_at | fmt_dt }} | {{ inv.send_count }}× | {# Copy link #} {% set invite_url = url_for('auth.accept_invite', token=inv.token, _external=True) %} {# Resend #} {# Revoke #} |