{% load markdownify %}

Dear {{ member.preferred_name }}

{% if message %}

{{ message }}

{% endif %}

Note that this report includes only the votes you have saved; if you think a rank is missing, please make sure you saved your changes before requesting this email.

{% for category, fields in form.fields_grouped_by_category_sorted_by_rank %} {% if forloop.first %}

Here are your {{ election.name }} votes, as of {{ report_date }}

{% endif %} {% for field in fields %} {% if forloop.first %}

Category: {{ category.name | markdownify:"admin-label" }}

{% endif %} {% empty %}

You have no votes in {{ category }}

{% endfor %} {% empty %} You don't have any votes. {% endfor %}

If you want to change them, you can find the ballot at {{ ballot_url }}.