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