{% for field in form %}
{{ field.label_tag }} {% if field.field.required %} ** {% endif %}
{{ field }}
{{ field.help_text }}
{% endfor %}