{% if bulk_email.email_expired %}
All Expired Members
{% else %}
{% if bulk_email.groups.all %}Groups: {% for group in bulk_email.groups.all %}{{ group }}{% if not forloop.last %},{% endif %}{% endfor %} {% endif %}
{% if bulk_email.types.all %}Types: {% for type in bulk_email.types.all %}{{ type }}{% if not forloop.last %},{% endif %}{% endfor %} {% endif %}
{% if not bulk_email.groups.all and not bulk_email.types.all %}All Members{% endif %}
{% endif %}
Content
{{ bulk_email.message|safe }}
{% if bulk_email.get_attachments or bulk_email.attachment %}