Print format - DocType - Get label of a field

Hi Guys

I’ve a custom field in a DocType, now I’m adding that new field in a print format.

There is any way to get the label of the DocType Field from the DocType definition?, I mean, I easily can do this

{{ _(“Label of field hardcoded”) }}

but I want something like this

{{ _(DocType.field.label) }} <<<<---- Just to explain the idea.

Any help will be very appreciated.
Thank in Advance
Best Regards