{% comment %} Preview partial for parsed rows; includes a form to create users {% endcomment %}
Preview ({{ rows|length }} rows)
{% for r in rows %} {% endfor %}
NameEmail
{{ r.name }}{{ r.email }}
{% csrf_token %}