{% extends 'website/backoffice/base.html' %} {% load url from future %} {% load spurl %} {% block bodyclass %}list{% endblock %} {% block content %}
{% csrf_token %} {% for field in csv_form %} {{ field }} {% endfor %}
{% endblock %}