{% extends "search/_base.html" %} {% from "macros/box.html" import m_box_menu %} {% block content %}
{{ _("Your query didn't find any results.") }}
{%- else %}{{ _('%(count)d corresponding items', count=results_count) }}
{{ hit.highlights('description')|safe }}
{%- endif %}
{{ _('by') }}
{{hit['creator_name'] }}
–
{{ _('Last modification: %(date)s',
date=_('%(date)s at %(time)s', date=hit['updated_at']|dateformat('long'),
time=hit['updated_at']|timeformat('short'))) }}