{% extends "base.html" %}
{% block title %}Withdraw {{ item.barcode }} — {{ library_name() }}{% endblock %}
{% block content %}
{{ item.work.title }} · Withdraw item
{{ item.barcode }}
This removes the copy from active circulation and marks it as withdrawn. Loan history is preserved. This cannot be undone.
The item must not be currently checked out or on hold.
{% endblock %}