{% extends 'admin/base_site.html' %} {% load i18n grp_tags ppa_tags %} {% block title %} {{ page_title }} | {% get_site_title %} {% endblock %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block content_title %}

{{ page_title }}

{% endblock %} {% block content %} {% if results %}

Processed {{ results|length }} HathiTrust Identifier{{ results|pluralize}}.

{% for htid, result in results.items %} {# link to admin record here if success/skipped #} {% if 'Success' in result or htid in existing_ids %} {% else %} {% endif %} {% endfor %}
HathiTrust ID Status Admin View View on Site
{{ htid }} {{ result }} View in Admin View on Site
{# redisplay the form to allow adding another set #}

Add more records?

{% endif %}
{% csrf_token %}
{{ form.as_p }}
{% endblock %}