{% extends "cfp/event/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block content %}

{% trans "Public voting signup" %}

{% blocktrans trimmed with event_name=request.event.name %} Welcome to the voting process for this event! Voting is open to the public, and we just need to confirm your email address first. You will only need to do this once. {% endblocktrans %}

{% blocktrans trimmed with event_name=request.event.name %} Please note that we do not store your email address, and all votes will be completely anonymous. {% endblocktrans %}

{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_form form layout="inline" %}

{% endblock %}