{% extends 'templates/callluge/site_layout.html' %} {% block content %} {% load app_filters %}

Create Campaign

  • 1. General
  • 2. Forward to
  • 3. Business Hours
  • 4. Tags
{% for forward_call in forward_settings %} {% endfor %}
Description Number Status
{{forward_call.description}}{{forward_call.number}}
{% for day in weekdays%} {% if day != 'Sunday' and day != 'Saturday' %} {% else %} {% endif %} {% endfor %}
Day Open Close All Day
{{day}}
{{day}}

Tags


{% if status == 1 %}
{% else %} no campaigns under this account {% endif %}
{% endblock %}