{% extends "base.html" %} {% block title_extra %} — {{ _('invites_title') }}{% endblock %} {% block content %} 🔗 {{ _('invites_title') }} {{ _('invites_hint') }} + {{ _('invite_create') }} 🔗 {{ _('invites_empty') }} {{ _('invites_empty_desc') }} {% for inv in invites %} {{ inv.name }} {{ inv.protocol }} {% if inv.available %} {{ _('invite_active') }} {% elif inv.exhausted %} {{ _('invite_exhausted') }} {% else %} {{ _('disabled') }} {% endif %} {{ _('invite_uses') }} {% if inv.unlimited %}{{ inv.used_count }} / ∞{% else %}{{ inv.used_count }} / {{ inv.max_uses }}{% endif %} {{ _('invite_duration_short') }} {% if inv.duration_days %}{{ inv.duration_days }} {{ _('days_short') }}{% else %}∞{% endif %} 📋 {{ _('copy') }} ✏️ {% if inv.enabled %}⏸{% else %}▶️{% endif %} 🗑 {% endfor %}
{{ _('invites_hint') }}