{% extends "layouts/base.html" %} {% load static %} {% block title %} Campaigns | NEW CAMPAIGN {% endblock %} {% block stylesheet %} {% endblock stylesheet %} {% block body_attribute %} class="app sidebar-mini {{request.session.theme_mode}}" {% endblock body_attribute %} {% block content %}
{% csrf_token %}

Campaign Information

Periode

CPM

Media Planning

{% 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 %} {% block javascript %} {% endblock javascript %}