{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% block modal_id %}custom-tree-modal{% endblock %} {% block modal_title %}Select an Element{% endblock %} {% block modal_body %}
{% if data.custom_form %} Select the element that you want to insert in the query. You can customize this view by selecting new fields . {{data.custom_form|safe}} {% else %}
You should customize the template first. Go back to 'Select Fields' and select the elements that you want to use in your queries.
{% endif %}
{% endblock %} {% block modal_footer %} Cancel {% endblock %}