{% extends 'django_glue/form/field/char_field.html' %} {% block input_type %} type="email" {% endblock %} {% block char_attributes %} {% if multiple %}multiple=""{% endif %} {% endblock %}