{% extends 'group/group_base.html' %} {% load seahub_tags avatar_tags i18n %} {% block cur_members %}tab-cur{%endblock%} {% block right_panel %}

{% trans "Members" %}

{% if group.view_perm != 'pub' and not is_staff %} {% endif %}
{% include 'snippets/add_to_contacts_form.html' %} {% endblock %} {% block extra_script %}{{block.super}} {% include 'snippets/add_to_contacts_js.html' %} {% endblock %}