{% 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 %} We can't even remember the name of that show everyone's been recommending, so we couldn't possibly expect you to remember these channel names. We'll send you another reminder in your private Slack 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 %}