{% load seahub_tags i18n %}
{% if shared_repos %} {% for repo in shared_repos %} {% if repo.last_modified %} {% else %} {% endif %} {% endfor %}
{% trans "Name" %} {% trans "Description" %} {% trans "Last Update" %} {% trans "Shared By" %} {% trans "Operations" %}
{% if repo.encrypted %} {% trans {% else %} {% if repo.user_perm == 'rw' %} {% trans {% else %} {% trans {% endif %} {% endif %} {{ repo.repo_name }} {{ repo.repo_desc }}{{ repo.last_modified|translate_seahub_time }}--{{ repo.user|email2nickname }} {% if show_repo_download_button %} {% endif %} {% if repo.share_type == 'personal' %} {% endif %}
{% else %}

{% trans "No library is shared to you" %}

{% endif %}