{{ form.publisher_id }}
{% if showerrors %}{{ form.title.errors }}{% endif %}
{% if showerrors %}{{ form.isbn.errors }}{% endif %}
{% if showerrors %}{{ form.authors_string.errors }}{% endif %}
{% if showerrors %}{{ form.publisher_name.errors }}{% endif %}
{% if showerrors %}{{ form.year.errors }}{% endif %}
{% if showerrors %}{{ form.ownership_choices.errors }}{% endif %}
{% if showerrors %}{{ form.owner.errors }}{% endif %}
{{ form.location_choices.label }}:
|
{{ form.location_choices }}
|
{{ form.rfid.label }}:
{{ form.rfid }}
{% if showerrors %}{{ rfid_exists_error }}{% endif %}
|
{% if showerrors %}{{ form.location_choices.errors }}{% endif %}
{% if showerrors %}{{ form.location_staff.errors }}{% endif %}
{{ form.office.label }}:
{{ form.office }}
{% if showerrors %}{{ form.office.errors }}{% endif %}
{{ form.cost.label }}:
{{ form.cost }}
{% if showerrors %}{{ form.cost.errors }}{% endif %}
{{ form.comment.label }}:
{{ form.comment }}
{% if showerrors %}{{ form.comment.errors }}{% endif %}
{{ form.shelf.label }}:
{{ form.shelf }}
{% if showerrors %}{{ form.shelf.errors }}{% endif %}
{{ form.case.label }}:
{{ form.case }}
{% if showerrors %}{{ form.case.errors }}{% endif %}