{% extends "layout.html" %} {% block title_name %} - {{ _('import')|uc_first }}{% endblock %} {% block breadcrumb %} {{ [[_('admin'), 'admin_index'], [_('import'), 'import_index'], project, class_label]|crumb }} {% endblock %} {% block content %}
{% if file_data['backup_too_old'] and not config['IS_UNIT_TEST'] %}{{ _('There seems to be no recent backup, please make one') }} {{ _('here') }}.
{% else %}{{ _('allowed extensions')|uc_first }}: csv - {{ _('example files')|uc_first }}: example.csv
{{ form|display_form }} {% for item in messages['error'] %} {{ _('error')|uc_first }} - {{ item }}