{% extends "base.html" %} {% block title %}Edit item {{ item.barcode }} — {{ library_name() }}{% endblock %} {% block content %}

Edit item {{ item.barcode }}

{{ item.work.title }}

{% if error %}

{{ error }}

{% endif %}

Barcode, accession #, branch, status, and the linked work are not editable from this form. To withdraw a copy or move it to a different edition, use the dedicated flows from the item or catalog detail pages.

Cancel
{% endblock %}