{% extends "base.html" %} {% from "macros/box.html" import m_box_menu %} {% from "macros/tag.html" import m_tags_from_hit %} {% block main %} {# Search bar on top #}
{{ _("Your query didn't match any results.") }}
{%- else %}{{ _('%(count)d items found', count=results_count) }}
{%- endif -%}