{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% block modal_id %}clear-fields-modal{% endblock %} {% block modal_title %}Clear Fields{% endblock %} {% block modal_body %} Are you sure you want to reset the form? All your changes will be lost. {% endblock %} {% block modal_footer %} Cancel Confirm {% endblock %}