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