{% extends "base-site.html" %} {% block title %} {{ _('Third Party Spotify') }} {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{{ _('Spotify OAuth Redirect') }}
{% if context == '1' %}
{{ _("Successfully connected your Spotify account. You may now close this tab.") }}
{% else %} {% if context == '2' %}
{{ _("We had trouble contacting the bot to authenticate: {message}").format(message=msg) }}
{% else %}
{{ _("We failed to authenticate you: {message}").format(message=msg) }}
{% endif %} {% endif %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}