{% for field in insert_fields %}
{% if field.html_type == 'select' %}
{% elseif field.html_type == 'radio' %}
{% elseif field.html_type == 'checkbox' %}
{% elseif field.html_type == 'date' %}
{% elseif field.html_type == 'datetime' %}
{% elseif field.html_type == 'textarea' %}
{% else %}
{% endif %}
{% endfor %}
取 消
保 存