{% load markdownify %}

Dear {{ member.preferred_name }}

{% if message %}{{ message }}{% endif %} {% for category, nominations in nominations %} {% if forloop.first %}

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

{% endif %} {% for nomination in nominations %} {% if forloop.first %}

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

{% endif %} {% endfor %} {% empty %}

You don't have any nominations.

{% endfor %}

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