{% extends base_template %} {% load i18n %} {% load url from future %} {% block main_panel %}

{% trans "This library is encrypted. Please input the password if you want to browse it online. And the password will be kept on the server for only 1 hour." %}

{% for error in form.errors.values %}

{{ error|escape }}

{% endfor %}
{% endblock %}