{% extends "lfc/base.html" %} {% load i18n %} {% load lfc_tags %} {% load pagination_tags %} {% block title %} {% trans 'Search results' %} {% endblock %} {% block content %}
{% trans 'You searched for' %} "{{ request.REQUEST.q }}". {% blocktrans count results|length as counter %}There is one page found.{% plural %}There have been {{ counter }} pages found.{% endblocktrans %}
{{ result.short_text }} {% trans 'Read on' %}.
{% endif %}{% trans 'There are no results.' %}