{% extends "base.html" %} {% load i18n future mezzanine_tags %} {% block meta_title %}{% trans "Search Results" %}{% endblock %} {% block title %}{% trans "Search Results" %}{% endblock %} {% block breadcrumb_menu %}
{% if results.paginator.count == 0 %} {% blocktrans %} No results were found in {{ search_type }} matching your query: {{ query }} {% endblocktrans %} {% else %} {% blocktrans with start=results.start_index end=results.end_index total=results.paginator.count %} Showing {{ start }} to {{ end }} of {{ total }} results in {{ search_type }} matching your query: {{ query }} {% endblocktrans %} {% endif %}
{{ result.description|truncatewords_html:20|safe }}
{% trans "read more" %} {% endfor %}