{% if view.formErrorMessages %}
{% if view.isFormErrorSystemError %}

Sorry, there is an error in the system. Please try again later.

{% else %}

Sorry, please check errors below and try again.

{% endif %}
{% endif %}