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