Welcome, {{ username }}

Username

{{ username }}

Data Usage

{{ usage }}

Expires On

{{ expiration_date }}

Client Import

{% if blocked %}

Account Suspended

Your subscription is currently disabled.

{% else %}
{% endif %}

Manual Connection URIs

{% if blocked %}

Connections Disabled

{{ usage_raw }}

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

{{ item.label }}

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

URI not available

{% endif %}
{% endfor %}
{% endif %}
{% if node_uris and not blocked %}

External Node URIs

{% for item in node_uris %}

{{ item.label }}

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

URI not available

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