+ <p>{{ form.q }} {{ form.tags }} <input type="submit" value="{% trans "Search" %}" />
+ <strong>{% trans "or" %}</strong> {% trans "see" %}:
+ <span class='collections'>
+ <a href="{% url catalogue.views.book_list %}">{% trans "all books" %}</a>
+ <a href="{% url catalogue.views.audiobook_list %}">{% trans "audiobooks" %}</a>
+ <a href="{% url catalogue.views.daisy_list %}">{% trans "daisy" %}</a>
+ </span></p>