{% extends TEMPLATE_BASE %} {% block title %}Voter Eligibility for {{election.name}}{% endblock %} {% block content %}
{{election.pretty_eligibility|safe}}
You may limit eligibility of voters to one of these categories, as defined by {{user.user_type}}:
{% endblock %}