{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% load static %} {% block modal_id %}cache-all-tree-files-modal{% endblock %} {% block modal_title %}Cache options{% endblock %} {% block modal_body %}
Please choose one of the following options to cache the files :

Cache all the files from the tree:

Cache all the files from the following node:

{% csrf_token %} {{ data.form }}
{% endblock %} {% block modal_footer %} Cancel {% endblock %}