{% load seahub_tags i18n %}
{% trans "Name" %} | {% trans "Description" %} | {% trans "Last Update" %} | {% trans "Shared By" %} | {% trans "Operations" %} | ||
---|---|---|---|---|---|---|
{% if repo.encrypted %}
![]() ![]() ![]() |
{{ repo.repo_name }} | {{ repo.repo_desc }} | {% if repo.last_modified %}{{ repo.last_modified|translate_seahub_time }} | {% else %}-- | {% endif %}{{ repo.user|email2nickname }} | {% if show_repo_download_button %} {% endif %} {% if repo.share_type == 'personal' %} {% endif %} |