{% extends "base.html" %} {% from "macros/icons.html" import icon %} {% block title_extra %} — {{ _('share_title') }}{% endblock %} {% block content %}

{{ _('vpn_access') }}

{% if not need_password %} {% endif %}
{% if need_password %}

{{ _('share_protected_desc') }}

{% else %}
{% endif %}
{% endblock %}