{% extends "zinnia:zinnia/entry_search.html" %} {% load i18n zinnia_tags %} {% 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 %}