{% extends 'ndr_core/admin_views/edit/_edit.html' %} {% load static %} {% block back_url %} {% url 'ndr_core:configure_search' %} {% endblock %} {% block title %} {% if object.is_tab_container %} Update Tab Container Field {% else %} Update Result Field {% endif %} {% endblock %} {% block extra_modals %} {% if not object.is_tab_container %} {% include 'ndr_core/admin_views/ndr_result_tag_modal.html' %} {% endif %} {% endblock %} {% block extra_content %} {% if not object.is_tab_container %}
Live Preview {% if example_conf_label %} — using example from {{ example_conf_label }} {% else %} configure an example result to enable preview {% endif %}
Preview will appear here as you edit the expression.
{% endif %} {% endblock %} {% block page_js %} {{ block.super }} {% if object.is_tab_container %} {% else %} {% endif %} {% endblock %}