{% load i18n %}
{{ search_form.title.label_tag }}:
{{ search_form.title }}
{{ search_form.author.label_tag }}:
{{ search_form.author }}
{{ search_form.isbn.label_tag }}:
{{ search_form.isbn }}


{% trans "Search the library by either some subset of title and author, or by ISBN." %}{% if not device.has_qwerty_keyboard %} {% trans "You may use a '*' in place of an 'X' in an ISBN." %}{% endif %}