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

Try refreshing the page to start again.

{% endif %}
{% endif %}