Skip to content

Commit 07788ac

Browse files
committed
csv file add template
1 parent 190c3f2 commit 07788ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/templates/pages/csv.html

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% for r in responses %}{% for f in fields %}{{ attribute(r, 'field_' ~ f.id) }},{% endfor %}
2+
3+
{% endfor %}

0 commit comments

Comments
 (0)