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

Loan status for {{ item.barcode }}

{{ item.work.title }}

{% if error %}

{{ error }}

{% endif %}
Can this copy be loaned out?

Flipping the last loanable copy of a work to non-loanable will auto-cancel any waiting holds on that work.

Cancel
{% endblock %}