{% extends "sentry_hipchat_ac/configure_layout.html" %} {% load sentry_helpers %} {% block body %} {% if tenant.auth_user %}
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 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 %}
{% endif %} {% 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?