{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load sentry_assets %} {% load i18n %} {% block wrapperclass %}narrow auth{% endblock %} {% block modal_header_signout %}{% endblock %} {% block title %}{% trans "Slack Migration" %} | {{ block.super }}{% endblock %} {% block css %} {% endblock %} {% block main %}

{% trans "Time For An Upgrade" %}

{% if private %}
{% trans "Well, look who has private channels with alert rules." %}

{% blocktrans %} So what does this mean for you and the future of your channels? Not much. You'll just need to add the Sentry bot to each channel after you authorize the new Slack app. Otherwise, you might miss out on some important error alerts. {% endblocktrans %}

{% for channel in private %}
  • {{channel.name}}
  • {% endfor %}

    {% blocktrans %} No need to waste time committing these to memory. After you authenticate the app, we'll give you one last nudge via your private channels. {% endblocktrans %}

    {% trans "Next Steps" %}

    {% blocktrans %} Click Upgrade to start the authentication flow for the new Slack app. {% endblocktrans %}

    {% endif %}
    {% if not private %}
    {% trans "Next Steps" %}

    {% blocktrans %} See, that wasn't so bad. Just click Upgrade to start the authentication flow for the new Slack app. {% endblocktrans %}

    {% endif %}
    {% endblock %}