{% extends "pub_base.html" %} {% load seahub_tags avatar_tags i18n %} {% load url from future %} {% block cur_user %}tab-cur{% endblock %} {% block left_panel %}{{block.super}} {% if has_file_search %}
{% endif %} {% endblock %} {% block right_panel %} {% if search %}{{ e }}
{% if u.can_be_contact %} {% endif %}{% trans "None"%}
{% endif %} {% include 'snippets/add_to_contacts_form.html' %} {% endblock %} {% block extra_script %} {% include 'snippets/add_to_contacts_js.html' %} {% endblock %}