{% extends "sentry/groups/details.html" %} {% load i18n %} {% block title %}{{ title }} | {{ block.super }}{% endblock %} {% block inner %}
{% blocktrans with plugin.auth_provider as auth_provider %}Your server administrator will need to configure authentication with {{ auth_provider }} before you can use this plugin.{% endblocktrans %}
The following settings must be configured:
{{ setting }}
{% blocktrans %}You still need to configure this plugin before you can use it.{% endblocktrans %}
{% endif %}