{% extends base_template %} {% load seahub_tags avatar_tags i18n %} {% block sub_title %}{% trans "Shares" %} - {% endblock %} {% block left_panel %}

{% trans "Basic Info" %}

{% avatar to_email 48 %}

{% if to_email %}{{ to_email|email2nickname }}{% else %}{% trans "No Nickname" %}{% endif %}

{% if add_to_contacts %} {% endif %}
{% endblock %} {% block right_panel %}
{% if share_list %} {% for repo in share_list %} {% if repo.last_modified %} {% else %} {% endif %} {% endfor %}
{% trans "Name" %} {% trans "Description" %} {% trans "Last Update" %} {% trans "Operations" %}
{% if repo.permission == 'rw' %} {% trans {% else %} {% trans {% endif %} {{ repo.repo_name }} {{ repo.repo_desc }}{{ repo.last_modified|translate_seahub_time }}-- {% if show_repo_download_button %} {% endif %} {% if repo.share_in %} {% else %} {% endif %}
{% else %}

{% blocktrans %}You have no library sharing with {{to_email}}.{% endblocktrans %}

{% endif %} {% include 'snippets/add_to_contacts_form.html' %} {% endblock %} {% block extra_script %} {% include 'snippets/add_to_contacts_js.html' %} {% endblock %}