{% extends "cfp/event/base.html" %} {% load i18n %} {% block content %}
{% 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 %}
{% endblock %}