Model
{% if config.content_type_id %}
View Type
{% for view_type, is_selected in view_types %}
{% endfor %}
Fields
{% for field, is_visible in available_fields %}
{% empty %}
No accessible fields were found for this model.
{% endfor %}
{% else %}
Select a model first, then choose a view type and visible fields.
{% endif %}