{% extends "base.html" %} {% from 'macros/navbar.html' import navbar %} {% block navbar_start %} {{ navbar(navbar_items) }} {% endblock %} {% block content %}
| {{ gettext("Date") }} | {{ view_model.consumption_date }} |
|---|---|
| {{ gettext("Description") }} | {{ view_model.plan_description }} |
| {{ gettext("Amount") }} | {{ view_model.amount }} |
| {{ gettext("Price per unit") }} | {{ view_model.price_per_unit }} |
| {{ gettext("Hours paid") }} | {{ view_model.price_total }} |