{% trans "This campaign has already been sent. Deleting it will remove it from your account." %}
{% endif %} {% if campaign.status == 'C' %}{% trans "This campaign is scheduled for" %} {{ campaign.scheduled_date }}. {% trans "Deleting it will remove it from your account and prevent it from sending." %}
{% endif %} {% if campaign.status == 'D' %}{% trans "This campaign is a draft. Deleting it will remove it from your account and prevent it from sending." %}
{% endif %}