{% load crispy_forms_tags %}
Object View Preferences

Here, you can customize the list view visibility of a specific model by selecting the fields you want to see.

{% if selected_model %}

Selected Model: {{selected_model|title}}

{% endif %} {% if selected_model %}
{% csrf_token %} {{ form | crispy }}
{% endif %}