{% 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 col in rows.0 %} {% endfor %} {% for col in rows.0 %} {% endfor %} {% for row in rows|slice:":100" %} {% with forloop.counter0 as rowid %} {% for col in row %} {% endfor %} {% endwith %} {% endfor %} {% if rows|length > 100 %} {% endif %}
{% trans "Date" %}
{% trans "Amount" %}
{% trans "Reference" %}
{% trans "Payer" %}
{% trans "IBAN" %}
{% trans "BIC" %}
{{ col }}
{% trans "More data was uploaded but is not shown here. It will still be processed" %}
{% if "currency" in request.POST %} {% endif %}
{% endblock %}