{% extends 'core/base.html' %} {% load campaigns_extras %} {% block content %}
Nom | Lancement | Statut | Actions |
---|---|---|---|
{{ c.name }} | {{ c.start_date|date:"d-m-Y H:i" }} |
{% widthratio c.sent_count c.notification_count 100 as sent %}
{% widthratio c.failed_count c.notification_count 100 as failed %}
|