{% extends "management_lists/man_list_base.html" %} {% load i18n %} {% load juntagrico.config %} {% block page_title %}
{% trans "Member" %} | {% trans "Parts" %} | {% trans "Amount" %} | {% trans "Existing bills" %} |
---|---|---|---|
{{ member }} | {% if subscription %} {{ short_parts }} {% endif %} | {{ price | floatformat:2 }} | {% for bill in existing_bills %} {{bill.id}} {% endfor %} |