The A.V. Club
{% autoescape on %}

Hey {{ contributor.get_full_name }},

Please check the amount below and make sure it matches your records. The total is ${{ total }}. If you have any question about it, please hit reply-all and let us know by {{ deadline }}.

Total: ${{ total }}

{% for contribution, content_type in contributions.items %} {% endfor %}
Amount Date Title / Feature Type
${{ contribution.pay }} {{ contribution.content.published|date:"m/d/y" }} {{ contribution.content.title|safe }}
{{ content_type }}
{% endautoescape %}