{% if search_for is defined %}
{{ search_for }}
{% if reset_search is defined %}
({{ reset_search }})
{% endif %}
{% endif %}
{% if title is defined %}
{{ title }}
{% endif %}
{% if items is defined %}
{{ items }}
{% endif %}
{% if items is undefined %}
{{ no_objects }}
{% endif %}
{% include 'tpl_scrolling.html' %}