{% load seahub_tags i18n %}
{% if ENABLE_SUB_LIBRARY and sub_lib_enabled %} {% endif %}
{% if owned_repos %} {# 'repo-list': for repo which has 'repo-delete-btn' #} {% for repo in owned_repos %} {% if not ENABLE_SUB_LIBRARY or not repo.is_virtual %} {% if repo.encrypted %} {% else %} {% endif %} {% if repo.latest_modify %} {% else %} {% endif %} {% endif %} {% endfor %}
{% trans "Name" %} {% trans "Description" %} {% trans "Last Update" %} {% trans "Operations" %}
{% trans {% trans {{ repo.props.name }} {{ repo.props.desc }}{{ repo.latest_modify|translate_seahub_time }}--
{% else %}

{% trans "You have not created any libraries" %}

{% trans "You can create a library to organize your files. For example, you can create one for each of your projects. Each library can be synchronized and shared separately." %}

{% endif %}
{% if ENABLE_SUB_LIBRARY and sub_lib_enabled %}
{% if sub_repos %} {% for repo in sub_repos %} {% if repo.encrypted %} {% else %} {% endif %} {% if repo.latest_modify %} {% else %} {% endif %} {% endfor %}
{% trans "Name" %} {% trans "Origin" %} {% trans "Last Update" %} {% trans "Operations" %}
{% trans {% trans {{ repo.name }} {{ repo.abbrev_origin_path }}{{ repo.latest_modify|translate_seahub_time }}--
{% if repo.is_original_owner %} {% endif %}
{% else %}

{% trans "You have not created any sub-libraries" %}

{% trans "You can create a sub-library from a directory inside a library. A sub-library can be independently synced and shared. Files in the sub-library will be automatically kept in sync with those in the directory of the origin library." %}

{% endif %}
{% endif %}
{% trans "Name" %} {% trans "Description" %} {% trans "Last Update" %} {% trans "Shared By" %} {% trans "Operations" %}
{% trans "Name" %} {% trans "Description" %} {% trans "Last Update" %} {% trans "Operations" %}
{% trans {{ repo.props.name }} {{ repo.props.desc }} {% trans "Just now" %}
{% include 'snippets/repo_del_popup.html' %}