Welcome {{ username }} 🚀❤️
Username
{{ username }}
Used / Total
{{ usage }}
Expiration Date
{{ expiration_date }}
Subscription Link
Universal Subscription Link
Copy
Local Server Connections
{% for item in local_uris %}
{{ item.label }} URI
{% if item.qrcode %}
Copy
{% else %}
{{ item.label }} URI not available
{% endif %}
{% endfor %}
{% if node_uris %}
External Nodes
{% for item in node_uris %}
{{ item.label }}
{% if item.qrcode %}
Copy
{% else %}
{{ item.label }} URI not available
{% endif %}
{% endfor %}
{% endif %}