{% extends "sphene/sphsearchboard/base.html" %} {% load i18n %} {% load sph_extras %} {% load sphsearch_extras %} {% load sphboard_extras %} {% block content %}
{% sphboard_displayBreadcrumbsForCategory category 1 1 %} >> {% trans "Search" %}
{% if results %}{% highlight terms %} {% searchexcerpt terms 3 %} {{ post.body_rendered_without_signature|striptags }} {% endsearchexcerpt %} {% endhighlight %}
{% endwith %}{% blocktrans %}Displaying {{ start }} - {{ end }} (Of about {{ count }}){% endblocktrans %}
{% if prev %}{% trans "Previous" %} {% endif %}{% if next %}{% trans "Next" %}{% endif %}