1 {% extends "base.html" %}
 
   3 {% load catalogue_tags pagination_tags %}
 
   5 {% block titleextra %}{% trans "Search" %}{% endblock %}
 
   7 {% block bodyid %}tagged-object-list{% endblock %}
 
  10     <h1>{% trans "Search" %}</h1>
 
  13         <p>{% trans "More than one result matching the criteria found." %}</p>
 
  15         {% for match, link, type in results %}
 
  16           <li>{% trans type %}: <a href='{{ link }}'>
 
  17             {% ifequal type "book" %}
 
  18                 {% book_title match %}