{% extends "billy/base.html" %} {% load url from future %} {% block content %} Download CSV {% for col in columns %} {% endfor %} {% for row in data %} {% for item in row %} {% endfor %} {% endfor %}
{{col}}
{{item}}
{% endblock %}