{% extends 'layouts/base.html' %} {% load static %} {% load i18n %} {% block content %} {% include 'header.html' %}

{% translate 'Upload CSV' %}

{% translate 'Automate the creation of multiple objects by uploading a CSV file.' %}

{% translate 'These are the criterias for CSV upload:' %}

    {% for criteria in criterias %}
  • {{ criteria }}
  • {% endfor %}
{% csrf_token %} {% include 'partials/form/fieldset.html' with legend=fieldset_legend fields=form %}
{% endblock %}