{% load crispy_forms_tags %} {% load bloomerp %} {% breadcrumb title=title model=model %}

Bulk upload {{model_name_plural}}

Please upload a CSV or Excel file to bulk import data. You can download the template file here.

{% csrf_token %}
{% csrf_token %}
{% if formset.errors %} {% include "components/bulk_upload_table.html" with formset=formset fields=fields %} {% endif %}