{% extends "layout-2-col.html" %} {% block title %}Добавить книгу — Яндекс.Библиотека{% endblock %} {% block l-page %}l-page_add{% endblock %} {% block add_link %}Добавить книгу{% endblock %} {% block content %} Добавление экземпляра книги в каталог
{{ 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 %} {% if showerrors %}{{ form.office.errors }}{% endif %} {% if showerrors %}{{ form.cost.errors }}{% endif %} {% if showerrors %}{{ form.comment.errors }}{% endif %} {% if showerrors %}{{ form.shelf.errors }}{% endif %} {% if showerrors %}{{ form.case.errors }}{% endif %}
{% endblock %}