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

{% trans "Please choose how to view encrypted libraries online:" %}

{% csrf_token %} {% trans "Send passwords to the server." %} {% trans "Files will be decrypted in the server before being sent to you." %}
{% trans "Save passwords in your browser." %} {% trans "Files will be decrypted in your browser when you download them." %}

{% trans "Tip: the latter way is more secure, but it is not supported well by all browsers. We advise you to use the latest version of Chrome or Firefox." %}

{% endblock %}