{% if form.errors %} {% for field,errors in form.errors.items %}
{{ field }}: {{ errors|join:" / " }}