{% extends "sentry_hipchat_ac/configure_layout.html" %} {% load sentry_helpers %} {% block body %} {% if tenant.auth_user %}

Authorization

You are currently signed in as {{ current_user.username }}. Change user?

This room is authorized to have access to the following organizations: {% for org in available_orgs %} {{ org.name }}{% if not forloop.last %},{% endif %} {% endfor %}
Add or Remove Organizations  

Notifications

Notifications are generated based on a project's rules, defined in [Project] » Settings » Alerts » Rules.

Select the projects you want to receive notifications from: {% if messages %}

{% for message in messages %}
{{ message|linebreaks }}
{% endfor %}
{% endif %}
{% csrf_token %}
{% for project, project_obj in project_fields %}
{{ project }}
{% endfor %}
{% else %}

Welcome to Sentry for HipChat. Before we can get going, you need to associate this HipChat room with a Sentry account. {% if current_user.is_authenticated %}

You are currently signed in as {{ current_user.username }}. Change user?

Choose which organizations the integration will have access to:

{% csrf_token %}
{{ grant_form.orgs.errors }} {{ grant_form.orgs }}
{% else %}
{% endif %} {% endif %} {% endblock %}