{% extends 'ccc/campaigns/base.html' %} {% load tz static i18n staticfiles %} {% block title %}Campaigns {% endblock title %} {% load static %} {% block css %} {% endblock css %} {% block content %}
Date Added | Schedule | Name | Voice | SMS | MMS | ||
---|---|---|---|---|---|---|---|
edit delete | {{ fu.date_created }} | {% if fu.custom %} {{ fu.get_duration_display }} {{ fu.send_at }} {% endif %} {% if fu.recur %} Every {{ fu.send_at }} {{ fu.get_duration_display }}(s) {% endif %} {% if fu.specific %} {{ fu.sp_date }} {% endif %} {% if fu.onleadcapture %} On lead Capture {% endif %} {% if fu.now4leads %} {{ fu.date_created }} {% endif %} | {{ fu.name }} | {% if fu.send_voice %} {% else %} {% endif %} | {% if fu.send_sms %} {% else %} {% endif %} | {% if fu.send_mms %} {% else %} {% endif %} | {% if fu.send_email %} {% else %} {% endif %} |