{% extends "admin/base.html" %} {% block extrahead %}{{ block.super }} {% endblock %} {% block title %}Ads | Penobscot Bay Press {% endblock %} {% block content %} {% load markup typogrify humanize adzone_tags %}

Ad overview

The intial ads metrics displayed are for all `enabled` ads for all time. Use the date filters to narrow down the time period.

{% if ads %} {% for ad in ads %} {% get_ad_stats for ad as stats %} {% for stat in stats %}{% endfor %} {% endfor %} {% else %} {% for ad_obj in ad_list %} {% for item in ad_obj %}{% endfor %} {% endfor %} {% endif %}

Impressions

Ad NameImpressionsClicks
{{ad}}{{stat}}
{{item}}
{% endblock %}