{% extends "base_for_small_panel.html" %} {% load i18n %} {% block extra_style %}{{ block.super }} {% endblock %} {% block main_panel %}

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

{% csrf_token %}
{% if err_msg %}

{{ err_msg }}

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