{% extends "base.html" %} {% load static %} {% block body %} {% if passwd %}
VPN
{{name}}

Username Status VPN IP Remote IP
{{passwd.name}} {% if vpn %}Connected since {{vpn.connected}}{% else %}Disconnected{% endif %} {% if vpn %}{{vpn.virtual}}{% endif %} {% if vpn %}{{vpn.ip}}{% endif %} Download config Reset 2FA

{% else %}

Your account is not configured yet. Please click the setup button below.

Setup {% endif %} {% endblock %}