{% extends "base.html" %} {% block title %}Bulk export — {{ library_name() }}{% endblock %} {% block content %}
Download the catalog as CSV (round-trippable into Compendium) or MARC21 / MARCXML (standards-compliant bibliographic records — item-level fields like barcode and loanable state are not included in MARC output).
{% if error %}{% endif %} {% endblock %}