{% extends 'home_base.html' %} {% load seahub_tags i18n %} {% load url from future %} {% block sub_title %}{% trans "Libraries - Share" %} - {% endblock %} {% block cur_share_libs %}tab-cur{% endblock %} {% block right_panel %}

{% trans "Libraries" %}

{% if out_repos %} {% for repo in out_repos %} {% if repo.encrypted %} {% else %} {% endif %} {% endfor %}
{% trans "Name"%} {% trans "Share To"%} {% trans "Permission"%} {% trans "Description"%} {% trans "Operations"%}
{% trans {% 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' %} {% endif %}
{% else %}

{% trans "You have not shared any library" %}

{% trans "You can share libraries to your friends and colleagues by clicking the share icon of your own libraries in your home page or creating a new library in groups you are in." %}

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