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