{% if user.permissions.can_add_repo %}
{% endif %}
{% trans "Name" %}
{% trans "Size" %}
{% trans "Last Update" %}
{% trans "Shared By" %}
{% trans "No library is sharing to this group" %}
{% 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." %}
{% include "js/dir-view.html" %}
{% endblock %}
{% block extra_script %}
{% include "js/lib-op-popups.html" %}
{% if debug %}
{% else %}
{% endif %}
{% endblock %}