{% extends base_template %} {% load seahub_tags i18n %} {% load url from future %} {% block nav_share_class %}class="cur"{% endblock %} {% if org %} {% block title_panel %}
{% blocktrans %}If you don't want others to change the contents of your shared libraries, you can set the share permission to "read-only" when sharing them.{% endblocktrans %}
{% trans "Name"%} | {% trans "Share To"%} | {% trans "Permission"%} | {% trans "Description"%} | {% trans "Operations"%} | |
---|---|---|---|---|---|
![]() |
{{ repo.props.repo_name }} | {{ repo.props.user }} | {{ repo.props.repo_desc }} | {% if repo.props.share_type == 'group' %} {% trans "Unshare"%} {% endif %} {% if repo.props.share_type == 'personal' %} {% trans "Unshare"%} {% endif %} {% if repo.props.share_type == 'public' %} {% if not org %} {% trans "Unshare"%} {% else %} {% trans "Unshare"%} {% endif %} {% endif %} |
{% trans "You can share libraries to your friends and colleagues by clicking the share icon of your own libraries in your home page or creating a new library in groups you are in." %}
{% trans "File or Folder"%} | {% trans "Library"%} | {% trans "Visits"%} | {% trans "Operations"%} | |
---|---|---|---|---|
{{ fs.filename }} | {% else %}{{ fs.filename }} | {% endif %}{{ fs.repo.name }} | {{ fs.view_cnt }} | {% trans "View" %} {% trans "Remove"%} |
{% trans "You can share a folder or a file when you view a library, or share a file when you view it." %}