{% 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 -%}{{ 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=hit['updated_at'] | age(date_threshold='day')) }}