{% extends "data_detail_base.html" %} {% block data %} {% for row in reader %} {% if forloop.first %} {% for col in row %}{% endfor %} {% else %} {% for col in row %}{% endfor %} {% endif %} {% endfor %}
{{col}}{{col}}
{% endblock %}