{% extends "wagtailadmin/base.html" %} {% load i18n wagtailadmin_tags %} {% block titletag %}{% trans "Purge cache" %}{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Purge cache" icon="bin" %}
Please select the site(s) below you want to purge cache for.
The urls (e.g. /*
a wildcard for all pages) can be either a single url or a batch of multiple urls separated by a newline.
See: https://docs.wagtail.io/en/stable/reference/contrib/frontendcache.html
{% endblocktrans %}