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

{% trans "Please input the password if you want to browse the shared file/directory. And the password will be kept on the server for only 1 hour." %}

{% csrf_token %}

{% for error in form.errors.values %} {{ error|escape }} {% endfor %}
{% endblock %} {% block extra_script %} {% endblock %}