{% extends "base.html" %} {% block title %}Generate Token - Participatory Planning{% endblock %} {% block content %}

Get Your Access Token

Generate a unique token to participate in the planning session

{% if not token_generation_enabled %}
Token generation is currently disabled by the administrator.
{% endif %} {% if generated_token %}

Token Generated Successfully!

Your Access Token:

{{ generated_token }}
Important: Save this token! You'll need it to login and submit your contributions.
Continue to Login
{% else %}
{% for type in contributor_types %}
{% endfor %}
{% endif %}
{% endblock %}