{% extends "sentry/bases/modal.html" %} {% load i18n %} {% block title %}{{ title }} | {{ block.super }}{% endblock %} {% block main %}
{% 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 %}

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

{% endif %}
{% endblock %}