{% extends TEMPLATE_BASE %} {% load i18n %} {% block title %}{% trans "Voter Eligibility for" %} {{election.name}}{% endblock %} {% block content %}

{{election.name}} — {% trans "Voter Eligibility" %} [{% trans "back to voters" %}]

{{election.pretty_eligibility|safe}}

{% blocktrans %} You may limit eligibility of voters to one of these categories, as defined by {{user.user_type}}: {% endblocktrans %}

{% endblock %}