{% include 'header.html' %}

Search results: (new search) | Home

Search term: {{ search_term }} ({{ catalogue }})

{% if corrections %}

Alternate search suggestions: {% for cr in corrections %} {{ cr }} {% if not loop.last %} | {% endif %} {% endfor %}

{% endif %} {% for r in results %} {% if loop.index % 2 %}

{{ r.name }}

{{ r.description }}

{% else %}

{{ r.name }}

{{ r.description }}

{% endif %} {% endfor %}
{% include 'footer.html' %}