{{point.kpi_name}} ({{point.series_type}})
changed to {{point.y_readable}}
{% if point.percent_change is string and "inf" not in point.percent_change %}
{% elif "+inf" in str(point.percent_change) or point.percent_change > 0 %}
{% elif "-inf" in str(point.percent_change) or point.percent_change < 0 %}
{% else %}
{% endif %}
({{ point.formatted_change_percent }})
on {{ point.formatted_date }}
(expected: {{point.yhat_lower_readable}} to {{point.yhat_upper_readable}},
severity:
{{point.severity}})