{% for field, errors in errors %}* {{ field }}
{% for error in errors %}  * {{ error }}
{% endfor %}{% endfor %}