{% load static %}

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 is_paginated %} {% endif %} {% else %}

No Newspaper Histories are available.

{% endif %}

Go back to the Index