{{ DEBCONF_NAME }}
{{ DEBCONF_INVOICE_ADDRESS|linebreaks }}
{% if object.invoiced_entity %}
{{ object.invoiced_entity }}
for {{ object.recipient.get_full_name }}
{% else %}
{{ object.recipient.get_full_name }}
{% endif %}
{{ object.billing_address|linebreaks }}
Invoice {{ object.reference_number }}
{% include 'invoices/includes/details.html' with lines=object.lines.all total=object.total total_local=object.total_local %}