{% extends "base.html" %} {% block title_extra %} — {{ _('share_title') }}{% endblock %} {% block content %}

{{ _('vpn_access') }}

{{ _('user_label_share') }}: {{ share_user.username }}

{% if need_password %}
🔐

{{ _('share_protected_desc') }}

{% else %}

{{ _('loading_share_conns') }}

{% endif %}
{% endblock %}