{% load crispy_forms_tags %} {% include "snippets/breadcrumb.html" with title="Bulk upload" %}

Bulk upload {{model_name_plural|title}}

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 %}