{% extends "base.html" %} {% block title %}Mark item damaged — {{ item.barcode }}{% endblock %} {% block content %}
Item: {{ item.work.title }} · {{ item.barcode }}
This will close any active loan, cancel any pending holds, and assess a damaged-item fee.
{% endblock %}