{% include 'main_header.html.j2' %}
Upload a CSV file:
Data Map:
{% for entry in configs: %}
{{entry}}
{% endfor %}
... or manually enter the data of a record:
{#
Record:
{% for entry in data: %}
{{entry}}
{% endfor %} #}