{% extends "organizations/partials/team_member_list.html" %} {% load trans blocktrans from i18n %} {% load is_admin from privacy_tags %} {% block create_button %} {% endblock create_button %} {% block list_placeholder_header_filtered %} {% trans "No matching members found" %} {% endblock list_placeholder_header_filtered %} {# This is a mostly impossible scenario, as owners show in this list #} {% block list_placeholder_header_empty %} {% trans "This organization has no members" %} {% endblock list_placeholder_header_empty %} {% block list_placeholder_text_empty %} {% if request.user|is_admin:organization %} {% blocktrans trimmed %} To add members to your organization, invite users to an existing organization team. {% endblocktrans %} {% endif %} {% endblock list_placeholder_text_empty %} {# Don't show delete button on the member list yet #} {% block list_item_right_buttons %} {% endblock list_item_right_buttons %}