How to fetch field labels

hi all,

I am comfortable to work with field Values in print format builder
but how do I fetch the Field Labels in order to have the access to the traslation??
did I overlook the part in the manual?

rgds

Just add them as {{ _("label") }}

@rmehta

cheers:-) will try

Hi @rmehta

{{_(“address”)}} : {{doc.address}}

but it doesnt bring the translated term Adresse

am I wrong assuming that this is the label´s equivalent to
{{doc.address_display}}

The translated term Adresse would show up in standart print template
so it must be there

@rmehta

sorted…

it should be {{_(“Address”)}} : {{doc.address}}

seems like label terms want to be capitalised

how can I close this thread??