{% extends "base.html" %} {% block title_extra %} โ {{ _('invites_title') }}{% endblock %} {% block content %} ๐ {{ _('invites_title') }} {{ _('invites_hint') }} ๏ผ {{ _('invite_create') }} {% if not xui_sub_url and xui_configured %} โ ๏ธ {{ _('invite_sub_url_missing_title') }} {{ _('invite_sub_url_missing_hint') }} {% endif %} ๐ {{ _('invites_empty') }} {{ _('invites_empty_desc') }} {% for inv in invites %} {{ inv.name }} {% if inv.protocol == 'xui' %}3x-ui VLESS{% else %}{{ inv.protocol }}{% endif %} ยท inbound #{{ inv.xui_inbound_id or 'โ' }} {% 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') }}