{% 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, invalidation any previously generated PDF. This due to the nature that we never save any raw tokens in our database.

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