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

My Voice Campaigns

My Voice Campaigns
Columns
{% for vc in campaigns%} {% endfor %}
Created at Name
{{ vc.date_created }} {{ vc.campaign.name }} {{ vc.campaign.description|truncatechars:25 }} {{ vc.campaign.phone }} {{ vc.campaign.team }} {{ vc.campaign.redirect_no }} {% if vc.ended_at %} {{ vc.ended_at}} {% else %} - {% endif %}
{% for vc in campaigns %} {% endfor %}
{% endblock content %} {% block scripts %} {% endblock scripts %}