{% extends "matrixhosting/base.html" %} {% load static i18n compress mathfilters %} {% block title %} Bills {% endblock %} {% block content %}
Order | Description | Start Date | End Date | Subtotal | Total |
---|---|---|---|---|---|
#{{record.order.id}} | {{record.description}} | {{record.starting_date|date:"Y-m-d"}} | {{record.ending_date|date:"Y-m-d"}} | {{record.subtotal}} | {{record.sum}} |
{% trans "Subtotal" %}
{{bill.subtotal}}
{{bill.billing_address.get_country_display}} VAT {{ bill.vat_rate|mul:100 }}%
{{bill.vat_amount}}
{% trans "Total" %}
{{bill.sum|floatformat:2}} CHF