Welcome {{ username }} 🚀❤️

Username

{{ username }}

Used / Total

{{ usage }}

Expiration Date

{{ expiration_date }}

Subscription Link
{% if blocked %}

Account Suspended

Your subscription link is disabled. Please contact support.

{% else %}

Universal Subscription Link

Subscription QR Code
{% endif %}
{% if blocked %} Connection Status {% else %} Local Server Connections {% endif %}
{% if blocked %} {% for item in local_uris %}

{{ item.label }}

{{ usage_raw }}

{% endfor %} {% else %} {% for item in local_uris %}

{{ item.label }} URI

{% if item.qrcode %} {{ item.label }} QR Code
{% else %}

{{ item.label }} URI not available

{% endif %}
{% endfor %} {% endif %}
{% if node_uris and not blocked %}
External Nodes
{% for item in node_uris %}

{{ item.label }}

{% if item.qrcode %} {{ item.label }} QR Code
{% else %}

{{ item.label }} URI not available

{% endif %}
{% endfor %}
{% endif %}