{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{% trans 'View Subscribers' %} | {% trans 'Django site admin' %}{% endblock %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block content %} {% url 'Theophrastus.statistics.ajax.getHistory' newsletter.slug as subscribersHistoryLink %} {% include "SubscribersBase.html" with subscribersHistoryLink=subscribersHistoryLink historyLink=newsletter.get_historic_url statisticsLink=newsletter.get_statistics_display_url %} {% endblock %}