{{ entry.pk }} - {{ entry.types }}

{% if entry.is_email %}

Headers

{% if article %}  Resend Email {% endif %}

To: {% for email in entry.to %}{{ email }}; {% endfor %}

{% if settings.ENABLE_ENHANCED_MAILGUN_FEATURES %}

Status: {{ entry.get_message_status_display }}

{% endif %}

Subject

{{ entry.email_subject }}

{% endif %}

Content

{{ entry.description|safe|linebreaksbr }}