{{ 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("Offer type") }} | {{ gettext("Offer name") }} | {{ gettext("Offer description") }} | {{ gettext("Hours paid") }} |
|---|---|---|---|---|
| {{ consumption.consumption_date }} | {{ consumption.consumption_type }} | {% if consumption.details_url %} {{ consumption.name }} {% else %} {{ consumption.name }} {% endif %} | {{ consumption.description }} | {{ consumption.hours_paid }} |