{{t 'The form did not validate. Check the errors below.'}}
{{#each form.fieldlist}}
{{#if errors }}
{{localize label }} : {{ errors }}
{{/if}}
{{/each}}
{{#if form.non_field_errors}}
{{#each form.non_field_errors }}
{{@key}} : {{this}}
{{/each}}
{{/if}}