{% extends 'ccc/campaigns/base.html' %} {% load tz static i18n staticfiles %} {% block title %}All My MMS Campaigns {% endblock title %} {% block css %} {% endblock css %} {% block content %}

MMS Campaigns

My MMS Campaigns
Columns
{% for vc in campaigns %} {% endfor %}
Created Campaign Name
{{ vc.date_created }} {{ vc.campaign.name }} {{ vc.campaign.description|truncatechars:25 }} {{ vc.text|truncatechars:25 }} {% if vc.image1 %} {% else %} {% if not vc.image %} No Media{% endif %} {% endif %} {% if vc.image %} {% endif %} {{ vc.campaign.phone }} {{ vc.campaign.team}} {% if vc.ended_at %} {{ vc.ended_at }} {% else %} -- {% endif %}
{% for vc in campaigns %} {% endfor %}
{% endblock content %} {% block scripts %} {% endblock scripts %}