{% extends 'ccc/campaigns/base.html' %} {% load tz static i18n staticfiles %} {% block title %}All My Email Campaigns {% endblock title %} {% block css %} {% endblock css %} {% block content %}
Created | Campaign Name | Description | Email Subject | Email Body | Attachments | Active | Ended at |
---|---|---|---|---|---|---|---|
{{ vc.created_at}} | {{ vc.name }} | {{ vc.description }} | {{ vc.subject}} | {{ vc.body }} | {{ vc.att1 }} | {{ vc.active }} | {{ vc.ended_at }} |