{% extends 'baseadm.html' %} {% block title %}CSV Import{% endblock %} {% block content %}

Import CSV

{% if erro and erro != "" %}
{{ erro }}
{% elif sucesso and sucesso != "" %}
{{ sucesso }}
{% endif %}
{% csrf_token %}

{% endblock %}