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

{% blocktrans %}Libraries you shared to others will be shown here.{% endblocktrans %}

{% endif %}

{% trans "Links"%}

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

{% trans "links generated by click 'share link' in file-view page will be shown here." %}

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