{{ user_motd | safe }}
{% trans "Username" %} | {{user.username}} |
{% trans "Status" %} | {% if user.vpnuser.is_paid %} {% trans "ACTIVE" %} {% else %} {% trans "INACTIVE" %} {% endif %} |
{% trans "Subscription" %} |
{% if subscription.status == 'active' and request.user.vpnuser.subscr_is_failing %}
{% blocktrans trimmed with since=subscription.next_renew|default:user.vpnuser.expiration|date:'Y-m-d' backend=subscription.backend.backend_verbose_name %}
FAILING since {{since}}. ({{backend}}) Please cancel and subscribe again if you need to switch to another payment method. {% endblocktrans %} ({% trans "cancel" %}) {% elif subscription.status == 'active' %} {% blocktrans trimmed with until=subscription.next_renew|default:user.vpnuser.expiration|date:'Y-m-d' backend=subscription.backend.backend_verbose_name %} ACTIVE. Renews on {{until}} via {{backend}}. {% endblocktrans %} ({% trans "cancel" %}) {% else %} - {% endif %} |
{% trans "Expiration" %} | {{user.vpnuser.expiration|date:'Y-m-d H:i'|default:'-'}} {% if user.vpnuser.is_paid %} {% blocktrans trimmed with left=user.vpnuser.expiration|timeuntil %} ({{ left }} left) {% endblocktrans %} {% endif %} |
{% blocktrans trimmed %}
Please recommend us to your friends and on social media!
We do not advertise and rely on you to help us grow and improve our services.
{% endblocktrans %}
{% blocktrans trimmed %}
Every subscription through this link will grant you 1 month of VPN access:
{% endblocktrans %}