{% extends "zinnia/entry_list.html" %} {% load i18n %} {% block title %}{% trans "Search results" %} {% if pattern %}'{{ pattern }}'{% endif %}{% endblock %} {% block link %} {{ block.super }} {% endblock %} {% block content %}
{{ error }}
{% endif %} {% if object_list %}{% blocktrans count object_list.count as entry_count %}{{ entry_count }} entry found{% plural %}{{ entry_count }} entries found{% endblocktrans %}
{% endif %} {% for object in object_list %}{% trans "Nothing found." %}
{% endfor %} {% endblock %}