{% if bulk_email.meeting_booking %}
Meeting: {{ bulk_email.meeting_booking }} {% if bulk_email.meeting_booking_type %}{{ bulk_email.meeting_booking_type.name }}{% else %}All{% endif %} Delegates
{% elif bulk_email.email_expired %}
All Expired Members
{% elif bulk_email.contact_study %}
Contact Study Submissions
{% 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 %}