{% extends 'base.html' %} {% block content %}
{% if is_configured %}

This plugin has already been configured, but you can update the Sentry organization.

{% endif %}
{% csrf_token %} {% for field in form %}
{{ field.errors }} {{ field.label_tag }} {{ field }}
Choose which Sentry Organization to link
{% endfor %}
{% endblock %}