{% extends 'group/group_base.html' %} {% load seahub_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.encrypted %}
![]() ![]() ![]() |
{{ repo.props.name }} | {{ repo.props.desc }} | {% if repo.latest_modify %} {{ repo.latest_modify|translate_seahub_time }} {% else %} -- {% endif %} | {{ repo.owner|email2nickname }} |
{% if is_staff or repo.share_from_me %}
![]() |
{% blocktrans %}You can share libraries by clicking the "New Library" button above or the "Share" icon on your libraries list.{% endblocktrans %}
{% trans "Libraries shared as writable can be downloaded and synced by other group members. Read only libraries can only be downloaded, updates by others will not be uploaded." %}
{% trans "Library" %} | {% trans "Description" %} | {% trans "Modified at" %} | {% trans "Modifier" %} | |
---|---|---|---|---|
{% if cmt.tp == 'Added' or cmt.tp == 'Deleted' or cmt.tp == 'Removed' %} {% if cmt.tp == 'Added' %} {% else %} {% endif %} {% else %} {% endif %} | {{ cmt.repo.props.name }} | {{cmt.props.desc|translate_commit_desc}} {% if cmt.repo.encrypted %} {% trans 'Details' %} {% else %} {% trans 'Details' %} {% endif %} | {{cmt.props.ctime|translate_seahub_time}} | {% if cmt.creator_name %} {% if cmt.second_parent_id %} {% trans "None" %} {% else %} {{cmt.creator_name|email2nickname}} {% endif %} {% else %} {% trans "Unknown"%} {% endif %} |