{% extends "DAIManagementApp/base.html" %} {% block content %}
{% csrf_token %}

Info About The Campaign

Periode :

CPM

CHANNELS



{% for channel in data.channels %}

{{ channel.channel_name }}

{% for time in data.datetime %}
{% endfor %}
{% endfor %}
{% for channel in data.channels %}

{{ channel.channel_name }}

{% endfor %}
{% endblock content %}