{% include 'css.html' %} {% include 'js.html' %}
{% include 'navbar.html' %}
{% for vpn_id, vpn in vpns %} {% if vpn.get('management_connection_successful') %} {% include 'vpn_info.html' %} {% else %} {% include 'unavailable_vpn.html' %} {% endif %} {% endfor %} {% block content %}{% endblock %} {% include 'maps.html' %}
Page automatically reloads every 5 minutes. Last update:
{{ datetime_format | get_formatted_time_now }}