{% extends "myhome_base.html" %} {% load i18n avatar_tags seahub_tags %} {% block sub_title %}{{repo.name}} - {% endblock %} {% block extra_style %} {% endblock %} {% block left_panel %}
{% endblock %} {% block right_panel %}

{% trans "Library Settings" %}

{% trans "Basic Info" %}

{% csrf_token %}



{% if not ENABLE_SUB_LIBRARY or not repo.is_virtual %}
{% trans "Keep full history" %}
{% trans "Don't keep history" %}
{% trans "Only keep a period of history:" %} {% trans "days" %}
{% endif %}

{% trans "Transfer Ownership" %}

{% csrf_token %}

{% trans "Transfer this library to another user:" %}


{% if repo.encrypted and repo.enc_version == 2 %}

{% trans "Change Password" %}

{% csrf_token %}

{% trans "Change the password of this library:" %}







{% endif %} {% if not repo.encrypted %} {% endif %}
{% endblock %} {% block extra_script %} {% endblock %}