{% extends "DAIManagementApp/base.html" %} {% block content %}
{% if record_inserted == 1 %}
Playlist has been successfully updated
{% endif %} {% if record_inserted == 2 %}
Playlist has been successfully inserted
{% endif %}
{% csrf_token %}

[ Channel - Zone - Day ]

{% for window in data %}

Window & Adspots

{% for avail in window.avails_in_win %}

Adbreak

{% for ad in avail.adspots_in_avail %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endblock content %}