{% extends "organizations/partials/project_list.html" %} {% load i18n %} {% load privacy_tags %} {% block list_placeholder_icon_class %}{% endblock %} {% block list_placeholder_header %} {% trans "There are no projects configured yet, or no projects match your filter criteria" %} {% endblock list_placeholder_header %} {% block list_placeholder_text %} {% with is_owner=request.user|is_admin:organization %} {% if not is_owner %}
{% blocktrans trimmed %} Single sign-on is enabled for this organization. Contact an organization owner to add new projects. {% endblocktrans %}
{% else %} {% trans "Add a project" %} {% endif %} {% endwith %} {% endblock list_placeholder_text %}