{{ field.label|default:field.name }}{% if field.required %}*{% endif %}
{% if field.comment %}
{{ field.comment|safe }}
{% endif %}