{% load number_tags %} Hello, There is a purchase, {{ purchase.subject }} that needs your approval. Products in this purchase order are: {% for item in purchase.items.all %} - {{ item.qty|pretty_number }} x {{ item.product }} at {{ purchase.currency }} {{ item.price|pretty_number }} each {% endfor %} {% if purchase_display %}{% for field_name, field in purchase_display %}{% if field %} {{ field_name|capfirst }}: {{ field }} {% endif %}{% endfor %}{% endif %} {% if purchase.discount != '0' %}Discount: {{ purchase.discount }}{% endif %} {% if purchase.tax %}Tax: {{ purchase.tax }}{% endif %} auth:{{ auth_token }} Please visit this link for more details: {{ object_uri }} {# Please reply to this email for approval or rejection of the transaction. #}