{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block coltype %}flex{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
CSV ( {{ csv_filesize|filesizeformat }} )
{% for row in csv %} {% for cell in row %} {% endfor %} {% endfor %}
RSU ID Prénoms Nom de naissance Nom d'usage Application Fédération Action
{{ cell }}
{% endblock %}