{% extends "base_page.html" %} {% block pagetitle %}Authorization{% endblock %} {% block bodytitle %}Google Analytics Authorization{% endblock %} {% block content %}

{{ status }}

{{ message }}

{% if message_detail %}

Details:

{{ message_detail }}

{% endif %}

Continue

{% endblock %}