{% load widget_tweaks %}
{% if field.label %}
{% if field.field.required %} * {% endif %}
{% endif %}
{{ field|add_class:"form__text-input" }}