{% extends 'group/group_base.html' %} {% load seahub_tags avatar_tags i18n %} {% block cur_library %}tab-cur{% endblock%} {% block right_panel %}
{% trans "Name" %} | {% trans "Description" %} | {% trans "Last Update" %} | {% trans "Shared By" %} | {% trans "Operations" %} | |
---|---|---|---|---|---|
{% if repo.user_perm == 'rw' %}
![]() ![]() |
{{ repo.props.name }} | {{ repo.props.desc }} | {% if repo.latest_modify %} {{ repo.latest_modify|translate_seahub_time }} {% else %} -- {% endif %} | {{ repo.owner|email2nickname }} |
{% blocktrans %}A library can be made public in its settings page.(Not implemented yet){% endblocktrans %}