{% extends "pub_base.html" %} {% load seahub_tags avatar_tags group_avatar_tags i18n %} {% load url from future %} {% block cur_lib %}tab-cur{% endblock %} {% block right_panel %}
{% trans "Name"%} | {% trans "Description"%} | {% trans "Last Update"%} | {% trans "Share From"%} | {% trans "Operations"%} | |
---|---|---|---|---|---|
{% if repo.encrypted %}
![]() ![]() ![]() |
{{ repo.props.repo_name }} | {{ repo.props.repo_desc }} | {% if repo.props.last_modified %}{{ repo.props.last_modified|translate_seahub_time }}{% else %}--{% endif %} | {{ repo.props.user|email2nickname }} |
{% if request.user.is_staff or repo.share_from_me %}
![]() |
{% blocktrans %}You can create a public library by clicking "New Library" button, others can view and download this library.{% endblocktrans %}