generated from westfarn/web_django_template
Replaces template branding with College Craft pages, assets, and copy, and matches Gitea deploy workflows to the server-infra catalog name and master branch so beta deploys actually run. Closes #1
17 lines
459 B
Plaintext
17 lines
459 B
Plaintext
Campaign sent: {{ campaign_name }}
|
|
|
|
Your {{ channel_display }} campaign "{{ campaign_name }}" has finished sending.
|
|
|
|
Recipients: {{ total }}
|
|
Sent: {{ sent }}
|
|
Delivered: {{ delivered }}
|
|
Failed / bounced: {{ failed }}
|
|
Suppressed: {{ suppressed }}
|
|
|
|
{% if report_url %}Report: {{ report_url }}
|
|
{% endif %}
|
|
—
|
|
{{ brand_name|default:"College Craft Painters" }}
|
|
{{ site_url|default:"https://collegecraft.com" }}
|
|
{% if brand_tagline %}{{ brand_tagline }}{% endif %}
|