{% extends 'ccc/campaigns/base.html' %} {% load tz static i18n staticfiles %} {% block title %}Campaigns {% endblock title %} {% load static %} {% block css %} {% endblock css %} {% block content %}
Scheduled follow ups for {{ campaign.name }} campaign
Columns
{% for fu in campaign.fucampaign_set.all %} {% endfor %}
Date Added Schedule Name
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 %}
{% csrf_token %}
{% endblock content %} {% block scripts %} {% endblock scripts %}