{% extends 'management/base.html' %} {% load static %} {% load crispy_forms_filters %} {% block content %}

Add Voters

Enter the amount of tokens that you want to generate and click "Submit". Tokens can then be downloaded in form of a PDF file in the session view.
Caution: The voters generated purely by token are anonymous. Also note that new tokens will be generated every time you download the PDF file, invalidating any previously generated PDF.

{% csrf_token %} {{ form|crispy }}
{% endblock %}