Search

{{ form.q }}
{% if page.object_list %}
    {% for result in page.object_list %}
  1. {{ result.object.settings_text }}{{ result.object.content_type }}
  2. {% endfor %}
{% else %}

No results found.

{% endif %}