{% for i in range(6) %}
{% for row in data %}
{% if i == 4 %}
{% else %} {{row[i]}} {% endif %}
{% endfor %}
{% endfor %}