{% extends "base.html" %} {% load i18n %} {% block main_panel %}

{% trans "Please input the password if you want to browse the shared file/directory." %}

{% if path %}
{% csrf_token %} {% else %} {% csrf_token %} {% endif %} {% if err_msg %}

{{ err_msg }}

{% endif %}
{% endblock %} {% block extra_script %} {% endblock %}