No pending receipts!
{% else %}The following receipts are pending approval:
Date | Description | Amount | Comment | Action |
---|---|---|---|---|
{{ receipt.date|safe }} | {{ receipt.description|safe }} | {{ receipt.amount|safe }} | {{ receipt.comment|safe }} | {% if request.user == receipt.manager %} Approve Receipt {% else %} Set Comment {% endif %} | {% endfor %}