{% extends "admin/base_site.html" %} {% block content %}
{% csrf_token %}

How many users do you want to create?

{{ form.as_p }} {% for order in items %} {# Important to identify the Object for action#} {% endfor %} {# Important to find the rigt action#}
{% endblock %}