Template with CC adresse

Hi all.

Basique question : I would like to have a template to include all CC
address.

I try a stupid :

{$Ticket -> Cc} 

but it’s don’t work.

Thanks for any idea, url etc…

Regards.

NB: By the way how can I find all (or almost) all variable I can include in
a template ?
Albert SHIH
DIO b�timent 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
T�l�phone : 01 45 07 76 26/06 86 69 95 71
xmpp: jas@obspm.fr
Heure local/Local time:
mar 3 avr 2012 17:11:13 CEST

Basique question : I would like to have a template to include all CC
address.

I try a stupid :

{$Ticket → Cc}

but it’s don’t work.

perldoc lib/RT/Ticket.pm (on rt4) to look for available methods

NB: By the way how can I find all (or almost) all variable I can include in
a template ?

docs/customizing/templates.pod + perldoc on the relevant objects.

-kevin