{% extends "zinnia/entry_list.html" %} {% load i18n zinnia_tags %} {% block title %}{% trans "Search results for" %} '{{ pattern }}'{% endblock title %} {% block meta-description %}{% trans "Search results for" %} '{{ pattern }}'{% endblock meta-description %} {% block link %} {{ block.super }} {% endblock link %} {% block body-class %}{{ block.super }} search {% if object_list %}search-results{% else %}search-no-results{% endif %}{% endblock body-class %} {% block content-title %}
{{ error }}
{% endif %} {% if object_list %}{% blocktrans count entry_count=paginator.count %}{{ entry_count }} entry found{% plural %}{{ entry_count }} entries found{% endblocktrans %}
{% endif %} {% endblock content-title %} {% block content-loop %} {% if not error %} {% for object in object_list %} {% include object.content_template with object_content=object.html_preview continue_reading=1 %} {% empty %}{% trans "Nothing found." %}
{% endfor %} {% endif %} {% endblock content-loop %} {% block content-related %}