{% extends 'base.html' %} {% block content %}
Importer le fichier CSV
{% csrf_token %} {{ form.as_p }}
{% if error %}
{{ error }}
{% endif %} {% if progress %}
{{ progress }}
{% endif %} {% if pdf_url %} T\00e9l\00e9charger le PDF {% endif %}
{% endblock %}