{% load tags %} {% if data.data %} {% if compact or data.metadata.compact or request.GET.compact or request|mobile or request|tablet and data.metadata.display|length > 2 %}
{% include "app/queryset/checkbox.html" %} | {% endif %} {% for label, display in data.metadata.display.items %}{{ display.name }} | {% endfor %} {% if data.actions.instance %}{% endif %} |
---|---|---|
{% include "app/queryset/checkbox.html" %} | {% endif %} {% for k, v in row.data.items %}{% include 'app/valueset/value.html' %} | {% endfor %} {% if data.actions.instance %}{% include "app/queryset/actions/actions.html" %} | {% endif %}