How to add customer entity to Kitchen template

i need customer detail on the kitchen print,
how would i add that in?

Add the following where you would like the Customer data to appear on the Ticket

{ENTITIES}

Then add the following to the bottom of the Ticket. Make sure you set the Custom field names you have created.

[ENTITIES:Customer]
-- Customer entity format
<L00>Name: {ENTITY NAME:Customer}
<L00>Address: {ENTITY DATA:Address}

Thanks! Seems so obvious now, appreciate the help John.