Select which fields to update and provide new values. Only checked fields will be modified.

{% for field_name, info in field_info.items %}
{% if info.type == 'BooleanField' %} {% elif info.type == 'DateField' %} {% elif info.type == 'DateTimeField' %} {% elif info.is_relation and info.type == 'ForeignKey' or info.is_relation and info.type == 'OneToOneField' %} {% elif info.is_relation and info.is_m2m %}
Add selected
Remove selected
Replace with selected
{% elif info.choices %} {% elif info.type == 'IntegerField' or info.type == 'FloatField' or info.type == 'DecimalField' %} {% else %} {% endif %}
{% endfor %}