{% load rest_filters %} {% if "checkbox" in options %}checkbox{% endif %} {% for p in properties %}{{ p }}{% endfor %} {% for d in data %} {% if "checkbox" in options %}{% endif %} {% for p in properties %}
{{ d|key:p }}
{% endfor %} {% endfor %}