Delivery Rate
{% if health.postmark_delivery_rate is not none %}{{ health.postmark_delivery_rate }}%{% else %}—{% endif %}
Bounce Rate
{% if health.postmark_bounce_rate is not none %}{{ health.postmark_bounce_rate }}%{% else %}—{% endif %}
Spam Rate
{% if health.postmark_spam_rate is not none %}{{ health.postmark_spam_rate }}%{% else %}—{% endif %}
Activation At-Risk
{{ health.activation_at_risk_count }} customer{{ "s" if health.activation_at_risk_count != 1 else "" }}
Issues by Tier
Oldest Unresolved Issue
#{{ health.oldest_unresolved.get("number", "?") }}: {{ health.oldest_unresolved.get("title", "Unknown") }} ({{ health.oldest_unresolved.get("created_at", "?") }})