{% extends "wagtailadmin/base.html" %} {% load i18n static %} {% block titletag %}{% trans "Subscription Settings" %} - {% trans "SEO Toolkit" %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% trans "Subscription Settings" as title_str %} {% include "wagtailadmin/shared/header.html" with title=title_str icon="lock" %} {% csrf_token %}

Instance Information

Instance ID: {{ instance_id|default:"Not yet configured" }}
{% if email %}
Registered Email: {{ email }}
{% endif %}

Subscription Status

Checking subscription status...

Actions

{% endblock %} {% block extra_js %} {% endblock %}