{% if field.label %}
{% if field.field.required %} * {% endif %}
{% endif %}
{% if field.field.required and not field.label %} * {% endif %}