{% extends 'ccc/campaigns/base.html' %} {% load tz static i18n staticfiles %} {% block title %}My Voice Campaigns {% endblock title %} {% block css %} {% endblock css %} {% block content %}
| Created at | Name | Description | Campaign No | Team | Redirect No | Ended | |
|---|---|---|---|---|---|---|---|
| {{ 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 %} |