{% extends 'django_glue/form/field/input_field.html' %} {% block input_type %} type="text" {% endblock %} {% block extra_attributes %} {% if max_length %}maxlength="{{ max_length }}"{% endif %} {% if min_length %}minlength="{{ min_length }}"{% endif %} {% if pattern %}pattern="{{ pattern }}"{% endif %} {% if placeholder %}pattern="{{ placeholder }}"{% endif %} {% block char_attributes %} {% endblock %} {% endblock %}