Get Supplier Address in Report Print

I have created a custom script report and have customized the priting by creating a html file. Now I would like to get the details of Supplier there. I can get the name of the supplier using the following code:

{%= filters.supplier %}

Now I would like to access the Address of supplier. How can this be achieved?

Out of the box.

May be, you can try by querying address doctype for selected supplier using jinja.

frappe.db.get_value("[doctype]", "[name]", "fieldname")