{% extends "layouts/base_report.html" %} {% load static %} {% block content %}

{% for row in data %} {% if row.spotId == "--" %} {% endif %} {% if row.spotId != "--" %} {% endif %} {% endfor %}
Channel Adspot AirTime Total Impressions Show
{{ row.networkname }} -- {{ selected_brand }}.ts {{ row.airTime }} {{ row.total_volume|floatformat }} {{row.emission_name }}
{{ total }}
Total Impressions
{% endblock content %}