Health Drilldown

{# Postmark Rates #}

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 #}

Activation At-Risk

{{ health.activation_at_risk_count }} customer{{ "s" if health.activation_at_risk_count != 1 else "" }}

{# Issues by Tier #} {% if health.issues_by_tier %}

Issues by Tier

{% for tier, count in health.issues_by_tier.items() %} {{ tier }}: {{ count }} {% endfor %}
{% endif %} {# Oldest Unresolved #} {% if health.oldest_unresolved %}

Oldest Unresolved Issue

#{{ health.oldest_unresolved.get("number", "?") }}: {{ health.oldest_unresolved.get("title", "Unknown") }} ({{ health.oldest_unresolved.get("created_at", "?") }})

{% endif %}