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

{% if shared_folders %} {% for repo in shared_folders %} {% 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 folder" %}

{% trans "You can share a single folder with a registered user if you don't want to share a whole library." %}

{% endif %} {% endblock %} {% block extra_script %}{{block.super}} {% endblock %}