{% 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 "Libraries" %}

{% if public_repos %} {% for repo in public_repos %} {% endfor %}
{% trans "Name"%} {% trans "Description"%} {% trans "Last Update"%} {% trans "Share From"%} {% trans "Operations"%}
{% if repo.encrypted %} {% trans {% else %} {% if repo.user_perm == 'rw' %} {% trans {% else %} {% trans {% endif %} {% endif %} {{ 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 %} {% endif %}
{% else %}

{% trans "No public library" %}

{% blocktrans %}You can create a public library by clicking "New Library" button, others can view and download this library.{% endblocktrans %}

{% endif %} {% include "snippets/repo_create_form.html" %} {% endblock %} {% block extra_script %} {% endblock %}