{% extends "ui/page.html" %} {% load i18n static ui %} {% block title %}{% translate 'Redirecting back to the extension...' %}{% endblock %} {% block button_bar_class %}d-none{% endblock %} {% block page_body %}
{% if app_redirect_url %} {% translate "You've successfully logged in to the application." %} {% else %} {% translate "You've successfully logged in to the extension." %} {% endif %}