{% extends "organizations/partials/team_list.html" %} {% load i18n %} {% load organizations %} {% load privacy_tags %} {# Don't show filters #} {% block top_left_menu_items %} {% endblock top_left_menu_items %} {# Show create button as disabled #} {% block create_button %} {% trans "Add team" %} {% endblock %} {# Show more specific placeholder content #} {% block list_placeholder_icon_class %}fad fa-users icon{% endblock %} {% block list_placeholder_header %} {% blocktrans trimmed %} Teams are disabled for this organization {% endblocktrans %} {% endblock list_placeholder_header %} {% block list_placeholder_text %}
{% blocktrans trimmed %} This organization has single sign-on enabled. Teams are managed with your provider. {% endblocktrans %}
{% endblock list_placeholder_text %} {# Disabled listing entirely #} {% block list %} {% endblock list %}