{# -*- 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 %}#}
{% for group, items in form.models|select_options %} {% for choice, value, selected in items %} {% endfor %} {% endfor %}

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

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