{% macro alert_list(alerts) %} {% for alert in alerts %}
{{ alert.description | replace("\n\n", "
") | replace("\n", "")}}