Customer address details on statement ( General Ledger Report)

Customer name are fetched in to statement in html report via these code, obviously through “party” filter

{%= (filters.party || filters.account) && ((filters.party || filters.account) + ", ") || "" %} {%= filters.company %}

Lets say i want to display customer address details as well, how would i do that? As it seems i never came across statements which only display company name without the address.

Thank you

Bumping the topic, any one? thank you…