{{ gettext("My past consumptions") }}
{{ "info-circle"|icon }}
{{ gettext("Your past consumptions are shown here.") }}
{% extends "base.html" %} {% block navbar_start %}
{% endblock %} {% block content %}
{{ gettext("Your past consumptions are shown here.") }}
| {{ gettext("Date") }} | {{ gettext("Name") }} | {{ gettext("Description") }} | {{ gettext("Price per unit") }} | {{ gettext("Amount") }} | {{ gettext("Total price") }} |
|---|---|---|---|---|---|
| {{ consumption.consumption_date }} | {{ consumption.product_name }} | {{ consumption.product_description }} | {{ consumption.price_per_unit }} | {{ consumption.consumption_amount }} | {{ consumption.price_total }} |