{% if results %}

{% if indexfrom %} Page {{page}} ({{indexfrom}}–{{indexto}}){% endif %}

{% include "snippets/tracsearchformnextprev.html" %}
{% for result in results %} {% endfor %}
{{ result.projecttitle }} {{ result.starttext|safe }}
{{ result.lastmodified|date }} {{ result.lastmodified|time }} by {{ result.authorname}}
{{ result.matchtext }}

{% if indexfrom %} Page {{page}} ({{indexfrom}}–{{indexto}}){% endif %}

{% include "snippets/tracsearchformnextprev.html" %}
{% endif %}