{% extends "contacts/Partner/base.weasy.html" %} {%- block head %} {{ super() }} {%- endblock %} {%- block main %} {{ super() }}
{{obj.get_full_name(nominative=True)}}
{{', '.join(obj.address_location_lines())}}
{{_("We remind you that the following invoices are due.")}}
Wir erinnern Sie an folgende ausstehenden Zahlungen.
{{this.user}}
{%- endblock %}