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

{{repo.name}}

{% 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." %}

{% csrf_token %}

{% for error in form.errors.values %} {{ error|escape }} {% endfor %} {% if not force_server_crypto %} {% url 'edit_profile' as profile_edit_url %}

{% blocktrans %}You can change how to view encrypted libraries online here.{% endblocktrans %}

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