{% extends "wagtailadmin/base.html" %} {% load i18n wagtailadmin_tags %} {% block titletag %}{% trans "Export theme" %}{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Export theme" %}
{% blocktrans %}

By pressing the export button you will download a .zip file including all the templates related to the selected theme.

You can use the same .zip file for importing the templates into your theme.

{% endblocktrans %}
{% include "wagtailadmin/shared/non_field_errors.html" %}
{% csrf_token %}
{% endblock %} {% block extra_css %} {{ block.super }} {% include "wagtailadmin/pages/_editor_css.html" %} {{ form_media.css }} {% endblock %} {% block extra_js %} {{ block.super }} {% include "wagtailadmin/pages/_editor_js.html" %} {{ form_media.js }} {% endblock %}