{% extends "base.html" %} {% from "_partials/empty_state.html" import empty_state %} {% block title %}Branches — {{ library_name() }}{% endblock %} {% block content %}
| Code | Name | Default | Classification scheme | |
|---|---|---|---|---|
| {{ b.code }} | {{ b.name }} | {% if b.is_default %}Yes{% endif %} | {{ b.default_classification_scheme | upper if b.default_classification_scheme != "none" else "None (manual entry)" }} | Edit |