Object View Preferences

Here, you can customize the visibility of fields for a specific model by adjusting the settings.

{% if selected_model %}

Selected Model: {{selected_model|title}}

{% if formset %} {% csrf_token %} {{ formset.management_form }}
{% for form in formset %} {% endfor %}
Field Using Field position
{{ form.field.value }} {{form.id}} {{form.is_used}} {{form.position}}
{% endif %} {% endif %}