{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inner %}

{% trans "Delete SSO client:" %} {{ client.name }}

{% csrf_token %} {% if is_allowed %}

{% blocktrans %}Are you sure you want to delete this SSO client?{% endblocktrans %} {% else %}

{% blocktrans %}This SSO client cannot be deleted since it has already been used.{% endblocktrans %} {% endif %}

{% trans "Cancel" %} {% if is_allowed %} {% endif %}
{% endblock %}