{% extends 'ccc/campaigns/base.html' %} {% load tz static i18n staticfiles %} {% load staticfiles %} {% block title %}Campaigns {% endblock title %} {% block css %} {% endblock css %} {% block content %} {% csrf_token %}
Date Added | Campaign Name | Follow Up | Phone Number | Team | Voice | SMS | MMS | Status | Embed | ||
---|---|---|---|---|---|---|---|---|---|---|---|
edit archive | {{ vc.created_at }} | {{ vc.name}} | Add | {{ vc.phone }} | {{ vc.team }} | {% if vc.use_voice %} {% else %} {% endif %} | {% if vc.use_sms %} {% else %} {% endif %} | {% if vc.use_email %} {% else %} {% endif %} | {% if vc.use_mms %} {% else %} {% endif %} | {% if vc.active %} {% else %} {% endif %} | {% if vc.embed_form_success %} Edit {% else %} Add {% endif %} |