{% if field.errors.length == 1 %} {{ field.errors.0 }} {% else %} {% for error in field.errors %} {{ error }} {# this is ugly as the last item wil also have an #} {% endfor %} {% endif %}