{% extends "cranefly/search/layout.html" %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_("Search Results"),parent=_('Search Community')) }}{% endblock %} {% block action %}
{{ result.post_clean|highlight(search_query, 320)|safe }}
{% trans forum=forum(result.forum), user=username(result), date=result.date|reltimesince|low %}In {{ forum }} by {{ user }} {{ date }}{% endtrans %}
{% trans %}Looks like your search has expired. Please try searching again.{% endtrans %}
{% endif %}