{% extends basetpl %} {% load i18n %} {% block inner %}

{% blocktrans trimmed %} We've been unable to automatically determine how the columns in your file are aligned. Please help us by selecting which column contain what kind of data. {% endblocktrans %}

{% csrf_token %}
{% for col in rows.0 %} {% endfor %} {% for col in rows.0 %} {% endfor %} {% for col in rows.0 %} {% endfor %} {% for col in rows.0 %} {% endfor %} {% for row in rows %} {% with forloop.counter0 as rowid %} {% for col in row %} {% endfor %} {% endwith %} {% endfor %}
{% trans "Date" %}
{% trans "Amount" %}
{% trans "Reference" %}
{% trans "Payer" %}
{{ col }}
{% endblock %}