{% extends "DAIManagementApp/base.html" %} {% block content %} {% load filename %}
{% for adspot in adspots %} {% csrf_token %} {% endfor %}
    
Name Campaign Advertiser Duration File name Status Action
{{ adspot.adspot_name }} {% if adspot.creative_id %} ( VAST ) {% endif %} {{ adspot.id_campaign.name }} {{ adspot.id_campaign.id_brand.brand_name }} {{ adspot.duration }} Download file {% if adspot.status == "1" %} active {% else %} inactive {% endif %}
{% endblock content %}