{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Add users to {{ auction }}{% endblock %} {% load static %} {% block content %} {% include 'auction_ribbon.html' %}

Use this form to quickly add users to your auction {{ formset.management_form }}
{% crispy formset helper %}
{% endblock %} {% block extra_js %} {% endblock %}