{% comment %} {% load url from future %} {% endcomment %}

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 }}
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}}
{% else %} No elements {% endif %}