{% extends 'group/group_base.html' %} {% load seahub_tags avatar_tags i18n %} {% block cur_library %}tab-cur{% endblock%} {% block right_panel %}

{% trans "Libraries" %}

{% if repos %} {% for repo in repos %} {% endfor %}
{% trans "Name" %} {% trans "Description" %} {% trans "Last Update" %} {% trans "Shared By" %} {% trans "Operations" %}
{% if repo.user_perm == 'rw' %} {% trans {% else %} {% trans {% endif %} {{ repo.props.name }} {{ repo.props.desc }} {% if repo.latest_modify %} {{ repo.latest_modify|translate_seahub_time }} {% else %} -- {% endif %} {{ repo.owner|email2nickname }}
{% else %}

{% trans "No public library is in this group" %}

{% blocktrans %}A library can be made public in its settings page.(Not implemented yet){% endblocktrans %}

{% endif %} {% endblock %}