{{ field.label_tag }}
{% if field.field.required %}
{% translate 'This field is required' %}
{% endif %}
{{ field }}
{% include 'partials/form/field_input_help_text.html' with help_text=field.help_text %}
{% include 'partials/form/field_input_errors.html' %}
{% if form_name == 'login' and field.name == 'username' %}
{% if field.field.required %}
{% translate 'This field is required' %}
{% endif %}
{{ field }}
{% include 'partials/form/field_input_help_text.html' with help_text=field.help_text %}
{% include 'partials/form/field_input_errors.html' %}