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

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