{% extends "base.html" %} {% load static %} {% load bootstrap3 %} {% load bootstrap_themes %} {% block head %} ImportHAL {% endblock %} {% block content %}

CSV to HAL


{% if user.is_authenticated %}

LE SCRIPT n'est pas fonctionnel
TODO

{% csrf_token %}
{{ form.name_user.errors }} {{ form.name_user.label_tag }}
{{ form.name_user }}
{{ form.firstname_user.errors }} {{ form.firstname_user.label_tag }}
{{ form.firstname_user }}
{{ form.labo_auth_final.errors }} {{ form.labo_auth_final.label_tag }}
{{ form.labo_auth_final }}



{{ form.csv_file.errors }} {{ form.csv_file.label_tag }}
{{ form.csv_file }}

Résultats : {% autoescape off %}

{{ reponse_to_post }}


{% endautoescape %}
{% else %}
Pour faire une demande d'identifiants, envoyer un mail à jessica.leyrit@uca.fr

{% endif %} {% endblock %}