{% if not authenticated %}
Authentication Required
{% if error %}
{{ error }}
{% endif %}
{% else %}
VPN Configuration
{{ invite_settings.download_instructions|safe }}
{% if cluster_settings and servers|length > 1 %}
{% endif %}
{% endif %}
{% if authenticated %}
{% endif %}