{% extends "admin/formative/confirmation.html" %} {% block cardtitle %}Add Users to Panel{% endblock %} {% block cardcontent %}

Select a panel to add the users to:

{{ form.as_p }} {% endblock %} {% block rowcontent %}

Users

    {{ users|slice:':20'|unordered_list }} {% if users|length > 20 %}
  1. ...
  2. {% endif %}
{% for user in users %} {% endfor %}
{% endblock %} {% block formcontrols %}
Cancel
{% endblock %}