{% extends "musician/base.html" %} {% load i18n l10n %} {% block content %}

{% trans "Billing" %}

Little description of what to be expected...

{% for bill in object_list %} {% endfor %} {# TODO: define proper colspan #} {% include "musician/components/table_paginator.html" %}
Number Bill date Type Total Download PDF
{{ bill.number }} {{ bill.created_on }} {{ bill.type }} {{ bill.total|floatformat:2|localize }}€
{% endblock %}