{% load coderedcms_tags %}
{% if 'CACHE_PAGES'|codered_settings %}

ENABLED

Cached pages are automatically refreshed every {% cache_timeout %}.
To modify this, change the TIMEOUT value of the {{'CACHE_BACKEND'|codered_settings}} cache backend in the project settings.

{% include "coderedcms/includes/wagtailadmin_clearcache.html" %}

{% else %}

DISABLED

To enable caching, set CODERED_CACHE_PAGES = True in the project settings.

{% endif %}