{% extends "search/_base.html" %} {% from "macros/box.html" import m_box_menu %} {% block content %}
{{ _("Your query didn't find any results.") }}
{%- else %} {%- for hit in results %}By {{ hit['creator_name'] }} - Last modification: {{ hit['updated_at']|datetimeformat }}
{%- if 'description' in hit %}
{{ hit.highlights('description')|safe }}
{%- endif %}