How to get address in quotation print format (jinja)

Hello,

I need to get billing address line 1 from Address object in custom quotation format.

Last try was to use:

{{ frappe.db.get_value("Adress", doc.customer_address, "city") }}

but “None” is displayed.

I don’t want address in HTML format… just Address Line 1.

Any help, please?

Sorry… I have misspelled “Address”. That way it works.