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

{{ org.org_name }}

{% endblock %} {% endif %} {% 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"%}
目录icon {{ 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 %}

{% blocktrans %}Here will show libraries you share to your friends. You can click "Share" icon in "My Home" to share library to your friends.{% endblocktrans %}

{% endif %}

{% trans "File Links"%}

{% if fileshares %} {% for fs in fileshares %} {% endfor %} {% else %}

{% blocktrans %}Here will show your file links. You can click "Get sharing link" in file viewing page to generate file link. {% endblocktrans %}

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