{% load utilstags %}

Search keyword: {{term}}


{% if elements %}

Monitored elements


Showing {{elements.object_list|length}} of {{elements.paginator.count}}
{% for e in elements %} {% endfor %}
Name Description
{% if e.parent %} {% with e.parent as e %} {{ e.name }} {% endwith %} : {% endif %} {{ e.name }} {{ e.description }} {% with info_data_by_uuid|dict_lookup:e.uuid as infos %} {% if infos %}
    {% for info in infos %}
  • {{ info }}
  • {% endfor %}
{% endif %} {% endwith %}
Showing {{elements.object_list|length}} of {{elements.paginator.count}}

{% endif %} {% if conditions %}

Conditions


Showing {{conditions.object_list|length}} of {{conditions.paginator.count}}
{% for e in conditions %} {% endfor %}
Path Description
{{ e.path }} {{ e.description }}
Showing {{conditions.object_list|length}} of {{conditions.paginator.count}}
{% with conditions as elements %}
{% endwith %} {% else %} No elements {% endif %}