{% extends "includes/crud/table_list.html" %} {% comment %} NOTE: If you are editing the UI in this template, you likely also want to update the templates for project maintainers and team member lists {% endcomment %} {% load trans blocktrans from i18n %} {% load gravatar_url from gravatar %} {% load is_admin from privacy_tags %} {% load crispy from crispy_forms_tags %} {% block top_left_menu_items %} {% endblock top_left_menu_items %} {% block create_button %} {% if request.user|is_admin:organization %} {# Note the `with` binding duplicating the modal below: this is require to automatically show the modal on form errors #} {% trans "Invite owner" %}