{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% load staticfiles %} {% block modal_id %}clear-cache-modal{% endblock %} {% block modal_title %}Clear Cache options{% endblock %} {% block modal_body %}

Are you sure you want to clear all cached data ? (It will delete the navigation tree and all cached files from the tree)

{% endblock %} {% block modal_footer %} Cancel {% endblock %}