{% include 'favicon.html' %} {% include 'header.html' %}

{% if mode == "import" %} Import Items From CSV {% elif mode == "edit" %} Update Items Using CSV {% endif %}

{% with messages = get_flashed_messages(category_filter=["error"]) %} {% if messages %}

Errors found during submission:

    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}
Please upload a properly formatted CSV file
Cancel

Your CSV should include the following columns:

  • id - Required for edits
  • name - Item name
Download Sample CSV