{% extends "base" %} {% block head %} Receipts {% endblock %} {% block main %}

Receipts

Add Receipt

{% for receipt in receipts -%} Receipt {{ receipt.id }}
{{ receipt.vendor }}
$ {{ receipt.amount }}
{% endfor %}

Are you sure you want to delete receipt ?

Vendor
Amount
Date
{% endblock %} {% block scripts %} {% endblock %}