{% extends "core_main_app/_render/admin/theme/tools/box.html" %} {% block box_title %}{{ data.subtitle }}{% endblock %} {% block box_tools %} New operator {% endblock %} {% block box_body %}

This table lists the current search operators created on the platform. New ones can be added using the new operator button.

{% for operator in data.operators %} {% empty %} {% endfor %}
Name XPath List Actions
{{ operator.name }}
    {% for xpath in operator.xpath_list %}
  • {{ xpath }}
  • {% endfor %}
Edit Delete
No operator defined. Start by creating a new one!
{% endblock %}