{% extends "layouts/base.html" %} {% load static %} {% load filename %} {% block title %} View Creatives {% endblock %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %} {% if adspots %} {% for adspot in adspots %} {% csrf_token %} {% endfor %}
Action
{{ adspot.name }} {% if adspot.creative_id %} ( VAST ) {% endif %} {{ adspot.campaign.name }} {{ adspot.campaign.id_brand.name }} {{ adspot.duration }} Download file {% if adspot.status == "1" %} active {% else %} inactive {% endif %}
{% else %}
No Creative found.
create a new Creative
{% endif %} {% endblock content %} {% block modals %}{% endblock modals %} {% block extra_js %} {% endblock extra_js %}