{% if value.0|get_type == "dict" %}
{% include 'admin_data_views/dict_item.html' with label="" items=value only %}
{% elif value.0|get_type == "list" %}
{% include 'admin_data_views/list_item.html' with label="" items=value only %}
{% else %}
{% include 'admin_data_views/item.html' with value=value only %}
{% endif %}