{% load i18n %} {# Edit form #}
{{ field.label_tag }}{{ field }}{{ field.errors }} {% if field.help_text %} {{ field.help_text }} {% endif %}