{% extends "base.html" %} {% block content %}

Map Columns

{% if let Some(err) = error %}

{{ err }}

{% endif %}

Showing up to 5 sample rows. Map each column to a diary field.

{% for col in columns %}{% endfor %} {% for row in sample_rows %} {% for cell in row %}{% endfor %} {% endfor %}
{{ col }}
{{ cell }}
{% for col in columns %}
{{ col }}
{% endfor %}
{% endblock %}