{# ctx= {{ alerts }}#} {% if alerts %}
{% for alert in alerts.alert %}
{{ alert.type }}: {{ alert.message }} {{ "ErrorCode: " + alert.code|string if alert.code else ""}}
{% endfor %}
{% endif %}