{% extends base_template %} {% load seahub_tags i18n %} {% load url from future %} {% block nav_share_class %}class="cur"{% endblock %} {% if org %} {% block title_panel %}

{{ org.org_name }}

{% endblock %} {% endif %} {% block left_panel %}

{% trans "Tips" %}

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

{% endblock %} {% block right_panel %}

{% trans "Shared Libraries"%}

{% if shared_repos %} {% for repo in shared_repos %} {% endfor %}
{% trans "Name"%} {% trans "Share To"%} {% trans "Permission"%} {% trans "Description"%} {% trans "Operations"%}
{% trans {{ repo.props.repo_name }} {{ repo.props.user }} {{ repo.props.repo_desc }} {% if repo.props.share_type == 'group' %} {% endif %} {% if repo.props.share_type == 'personal' %} {% endif %} {% if repo.props.share_type == 'public' %} {% if not org %} {% else %} {% endif %} {% endif %}
{% else %}

{% trans "You have not shared any library" %}

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

{% endif %}

{% trans "Shared Links"%}

{% if fileshares %} {% for fs in fileshares %} {% if fs.s_type == 'f' %} {% else %} {% endif %} {% endfor %} {% else %}

{% trans "You don't have any shared link"%}

{% trans "You can share a folder or a file when you view a library, or share a file when you view it." %}

{% endif %} {% endblock %} {% block extra_script %} {% endblock %}