{% extends 'admin/base_site.html' %} {% load i18n grp_tags %} {# Adapts Grappelli form styles for use in an intermediate view #} {% block title %} Bulk Add to Collections | {% get_site_title %} {% endblock %} {% block breadcrumbs %} {% if not is_popup %}
The following items will be added to the selected collections:
Title | HathiTrust ID |
---|---|
{{ object.title }} | {{ object.source_id }} |
Please select digitized works from the admin interface.
{% endif %} {% endblock %}