{% extends "zinnia:zinnia/entry_search.html" %} {% load i18n zinnia %} {% block content-title %}
{{ error }}
{% else %}{% blocktrans %}RSS feed of search results for '{{ pattern }}'{% endblocktrans %}
{% 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 %} {% zinnia_loop_template object.content_template as template %} {% include template with object_content=object.html_preview continue_reading=1 %} {% empty %}{% trans "Nothing found." %}
{% endfor %} {% endif %} {% endblock content-loop %}