{% include 'header.html' %}

{{ _('Processed results') }}

{% for header in headers %} {% if header is mapping %} {% else %} {% endif %} {% endfor %} {% for row in rows %} {% for cell_data in row %} {% if loop.index0 == 0 %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ header.display }}{{ header }}
{{ cell_data.display }} {{ cell_data.display }}

{{ _('Note: Should you want to have better results in importing the generated CSV file, please make sure to check "No Currenty Format" on the previous form.') }}