{% extends base_template %} {% load seahub_tags i18n %} {% load url from future %} {% block nav_shareadmin_class %}class="cur"{% endblock %} {% if org %} {% block title_panel %}
{% 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 "Revoke"%} {% endif %} {% if repo.props.share_type == 'personal' %} {% trans "Revoke"%} {% endif %} {% if repo.props.share_type == 'public' %} {% if not org %} {% trans "Revoke"%} {% else %} {% trans "Revoke"%} {% endif %} {% endif %} |
{% blocktrans %}Libraries you shared to others will be shown here.{% endblocktrans %}
{% endif %}{% trans "File"%} | {% trans "Library"%} | {% trans "Visits"%} | {% trans "Operations"%} |
---|---|---|---|
{{ fs.filename }} | {{ fs.repo.name }} | {{ fs.view_cnt }} | {% trans "View" %} {% trans "Remove"%} |
{% trans "links generated by click 'share link' in file-view page will be shown here." %}
{% endif %} {% endblock %} {% block extra_script %} {% endblock %}