Forms

{% include 'django_glue/form/field/char_field.html' with glue_field='char_field' %}
{% include 'django_glue/form/field/color_field.html' with glue_field='color_field' %}
{% include 'django_glue/form/field/date_field.html' with glue_field='date_field' %}
{% include 'django_glue/form/field/datetime_field.html' with glue_field='datetime_field' %}
{% include 'django_glue/form/field/decimal_field.html' with glue_field='decimal_field' %}
{% include 'django_glue/form/field/email_field.html' with glue_field='email_field' %}
{% include 'django_glue/form/field/input_field.html' with glue_field='input_field' %}
{% include 'django_glue/form/field/multi_file_field.html' with glue_field='multi_file_field' %}
{% include 'django_glue/form/field/multi_select_field.html' with glue_field='multi_select_field' %}
{% include 'django_glue/form/field/number_field.html' with glue_field='number_field' %}
{% include 'django_glue/form/field/password_field.html' with glue_field='password_field' %}
{% include 'django_glue/form/field/radio_field.html' with glue_field='radio_field' %}
{% include 'django_glue/form/field/range_field.html' with glue_field='range_field' %}
{% include 'django_glue/form/field/search_and_select_field.html' with glue_field='search_and_select_field' %}
{% include 'django_glue/form/field/select_field.html' with glue_field='select_field' %}
{% include 'django_glue/form/field/single_checkbox_field.html' with glue_field='single_checkbox_field' %}
{% include 'django_glue/form/field/single_file_field.html' with glue_field='single_file_field' %}
{% include 'django_glue/form/field/telephone_field.html' with glue_field='telephone_field' %}
{% include 'django_glue/form/field/text_field.html' with glue_field='text_field' %}
{% include 'django_glue/form/field/time_field.html' with glue_field='time_field' %}
{% include 'django_spire/contrib/form/button/form_submit_button.html' %}