Newspaper Histories
{% if news_hists %}-
{% for news_hist in news_hists %}
{{ news_hist.group_title }}
Contains {{ news_hist.newspapercitation_set.count }} variant{{ news_hist.newspapercitation_set.count|pluralize }}
{% endfor %}
{% if page_obj.has_previous %}
« first
previous
{% endif %}
Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}.
{% if page_obj.has_next %}
next
last »
{% endif %}
{% endif %}
{% else %}
No Newspaper Histories are available.
{% endif %}