{% extends "base.html" %} {% block title %}Add Item Manually — {{ library_name() }}{% endblock %} {% block content %}

Add Item Manually

Use this form for items that external lookup can't find (obscure releases, zines, self-published works, etc.). Back to lookup.

{% if added_barcode %}

✓ Added ({{ added_barcode }}) · View item

{% endif %} {% if error %}

{{ error }}

{% endif %}
Media type
{% endblock %}