{% extends 'home_base.html' %} {% load seahub_tags i18n %} {% load url from future %} {% block sub_title %}{% trans "Folders - Share" %} - {% endblock %} {% block cur_share_folders %}tab-cur{% endblock %} {% block right_panel %}
{% trans "Name"%} | {% trans "Share To"%} | {% trans "Permission"%} | ||
---|---|---|---|---|
![]() |
{{ repo.props.repo_name }} | {{ repo.props.user | email2nickname }} | {% if repo.props.share_type == 'group' %} {% endif %} {% if repo.props.share_type == 'personal' %} {% endif %} {% if repo.props.share_type == 'public' %} {% endif %} |
{% trans "You can share a single folder with a registered user if you don't want to share a whole library." %}