{{ _('Items') }} : {{ data.results | length }}
{% for row in data.results %} {% endfor %}
{{ _('key') }} {{ _('type') }} {{ _('value') }}
{{ row.key }} {{ row.type }} {{ row.value }}