{% load tags %} {% if data.data %}
{% for row in data.data %}

{% include "app/queryset/checkbox.html" %}
{% for k, v in row.data.items %}
{{ k }}
{% include 'app/valueset/value.html' %}
{% endfor %}
{% include "app/actions.html" with uuid=data.uuid target="instance" actions=data.actions.instance id=row.id|stringformat:'s' enabled=row.actions %}
{% endfor %}
{% else %} {% endif %}