{% load generic_template_filters i18n %} {% if import_fields and import_accessibility %}
{% trans 'Import' %} ()

Import Records

{% if import_help %}
{% trans 'Import Help' %}
{% for key in import_help %}
{{ key }} {% for val in import_help|get_item:key %}
  • {{ val }}
  • {% endfor %}
    {% endfor %}
    {% endif %}
    {% csrf_token %}
    {% endif %}