{% extends "base.html" %} {% block title %}Declare item lost — {{ item.barcode }}{% endblock %} {% block content %}
Item: {{ item.work.title }} · {{ item.barcode }}
This will close any active loan, cancel any pending holds on the work, and assess a replacement-cost fine (plus a processing fee if configured).
{% endblock %}