{% extends "myhome_base.html" %} {% load seahub_tags avatar_tags group_avatar_tags i18n %} {% load url from future %} {% block nav_pubinfo_class %}class="cur"{% endblock %} {% block left_panel %} {% include 'snippets/pubinfo.html' %} {% endblock %} {% block right_panel %}
{% if public_repos %} {% for repo in public_repos %} {% endfor %}
{% trans "Name"%} {% trans "Description"%} {% trans "Last Update"%} {% trans "Share From"%} {% trans "Operations"%}
{% if repo.user_perm == 'rw' %} {% trans {% else %} {% trans {% 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 }} {% trans
{% 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 %}