{% extends "sentry/groups/details.html" %} {% load i18n %} {% block title %}{{ title }} | {{ block.super }}{% endblock %} {% block inner %}
{% if not has_auth_configured %}

{% 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:

{% else %} {% url sentry-configure-project-plugin project_id=project.id slug=plugin.slug as link %}

{% blocktrans %}You still need to configure this plugin before you can use it.{% endblocktrans %}

{% endif %}
{% endblock %}