{% if is_sent %}
{% if sent_date %}
{% if can_view %}
{% trans "Sent via mailchimp:" %}{{ sent_date }}
{% else %}
{% trans "Sent via mailchimp:" %}{{ sent_date }}
{% endif %}
{% else %}
{% trans "scheduled for sending via mailchimp" %}
{% endif %}
{% else %}
{% trans "Send via Mailchimp to ALL subscribers of this list." %}
{% if can_test %}
{% trans "Send Test Mail" %}
{% else %}
{% trans "your account requires a valid email to send test mails" %}
{% endif %}
{% endif %}