{% 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 %}
{% endblock %} {% block page_scripts %} {% if app_redirect_url %} {% endif %} {% endblock %}