{% if widget.prefix %}
{{ widget.prefix }}
{% endif %}
{% if widget.prefix_icon %}
{{ widget.prefix_icon }}
{% endif %}
{% include "django/forms/widgets/input.html" %}
{% if widget.suffix %}
{{ widget.suffix }}
{% endif %}
{% if widget.suffix_icon %}
{{ widget.suffix_icon }}
{% endif %}