{% extends "base.html" %} {% block title %}Bulk import — {{ library_name() }}{% endblock %} {% block content %}
Upload a CSV or MARC file to add works and items in bulk. Use Dry run to validate without writing. Non-loanable columns in CSV are respected; MARC imports are standards-compliant and do not carry item-level state.
{% if error %}{% endif %} {% if gb_quota_warning %}{% endif %} {% endblock %}