{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load i18n material_form_internal %} {% block browser_title %}{% blocktrans %}Search{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans %}Global Search{% endblocktrans %}{% endblock %} {% block content %}
{# {% form form=form %}{% endform %}#} {% include "components/chips.html" with form_field=form.models %}

{% trans "Results" %}
{% if query %}
{% for result in page_obj.object_list %} {{ result.object.icon_ }} {{ result.object }} {% empty %}
  • {% trans "No search results could be found to your search." %}

  • {% endfor %}
    {% if page_obj.has_other_pages %} {% endif %} {% else %} {% endif %}
    {% endblock %}