{% load rest_framework %} {% for column in columns%}{% endfor %} {% for row in results %} {% for key, value in row.items %} {% if key in columns %} {% endif %} {% endfor %} {% endfor %}
{{ column|capfirst }}
{{ value|format_value }}