{% extends "base.html" %} {% from "macros/box.html" import m_box_menu %} {% block main %} {# Search bar on top #}
{{ _("Your query didn't match any results.") }}
{%- else %}{{ _('%(count)d items found', count=results_count) }}
{%- endif -%}{{ hit.highlights('description')|safe }}
{%- endif %} {%- if 'creator' in hit %} {%- set author_type, author_id = hit['creator'].split(':') %} {%- set author_href = url_for('social.' + author_type, **{(author_type + '_id'): author_id}) %}
{{ _('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'))) }}