{% 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 %}
{% trans "Name"%} | {% trans "Description"%} | {% trans "Last Update"%} | {% trans "Share From"%} | {% trans "Operations"%} | |
---|---|---|---|---|---|
{% if repo.user_perm == 'rw' %}
![]() ![]() |
{{ 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 }} |
![]() |
{% blocktrans %}You can create a public library by clicking "New Library" button, others can view and download this library.{% endblocktrans %}