{% load dashboards %} {% with columns=rendered_value.columns %}
{% for title in columns.values %} {% endfor %} {% for row in rendered_value.data %} {% for id in columns.keys %} {% endfor %} {% endfor %}
{{ title|safe }}
{{ row|lookup:id|safe }}
{% endwith %}