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|floatformat:2 }}. If you were overpaid in August and have a credit, this is not reflected below. If you have any questions about payroll, including your credit balance, please reply to avcpayroll@theonion.com before {{ deadline }}. All payments will be processed by the 20th of this month.

Total: ${{ total|floatformat:2 }}

{% for contribution, content_type in contributions.items %} {% endfor %} {% for line_item in line_items %} {% endfor %}
Amount Date Title / Feature Type
${{ contribution.pay|floatformat:2 }} {{ contribution.content.published|date:"m/d/y" }} {{ contribution.content.title|safe }}
{{ contribution.content.feature_type.name }}
${{ line_item.amount|floatformat:2 }} {{ line_item.payment_date|date:"m/d/y" }} {{ line_item.note }}
{% endautoescape %}