{% extends "base.html" %} {% block navbar_start %}
{% endblock %} {% block content %}
{{ gettext("Here you can view your past consumptions.") }}
| {{ gettext("Date") }} | {{ gettext("Name") }} | {{ gettext("Description") }} | {{ gettext("Purpose") }} | {{ gettext("Unit price") }} | {{ gettext("Amount") }} | {{ gettext("Total price") }} |
|---|---|---|---|---|---|---|
| {{ consumption.consumption_date }} | {{ consumption.product_name }} | {{ consumption.product_description }} | {{ consumption.consumption_type }} | {{ consumption.price_per_unit }} | {{ consumption.amount }} | {{ consumption.price_total }} |