{% extends 'admin/change_list.html' %} {% block object-tools-items %}
  • Download all as CSV
  • {{ block.super }} {% endblock %} {% block search %} {{ block.super }}

    Search can use phrases, wildcards, booleans, and field-specific searches on : description, shelfmark, pgpid, old_pgpid, needs_review, tag

    {% endblock %} {% block result_list %} List display: default | needs review. {# NOTE: anchor link needs to not be nested so we can use sibling filter in css #} {{ block.super }} {% endblock %}