{% load i18n static admin_data_utils %}
{% if label != "" %} {% endif %}
{% for key, value in items.0.items %}
{% if value.0|get_type == "dict" %} {% include 'admin_data_views/dict_item.html' with label=key items=value only %} {% elif value.0|get_type == "list" %} {% include 'admin_data_views/list_item.html' with label=key items=value only %} {% else %} {% include 'admin_data_views/item.html' with value=value only %} {% endif %}

{% endfor %}
{% if items.1 %}
{{ items.1|safe }}
{% endif %}