{% extends 'ccc/campaigns/base.html' %} {% load tz static i18n staticfiles %} {% block title %}All My SMS Campaigns {% endblock title %} {% block css %} {% endblock css %} {% block content %}
Created at | Campaign Name | Description | Message | Campaign No | Team | Ended | |
---|---|---|---|---|---|---|---|
{{ vc.date_created }} | {{ vc.campaign.name }} | {{ vc.campaign.description|truncatechars:25 }} | {{ vc.text }} | {{ vc.campaign.phone }} | {{ vc.campaign.team}} | {% if vc.ended_at %} {{ vc.ended_at}} {% else %} - {% endif %} |