1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
use strict; use warnings; our @Templates = ( { Queue => 0, Name => "Forward", # loc Description => "Heading of a forwarded message", # loc Content => q{ This is forward of transaction #{ $Transaction->id } of a ticket #{ $Ticket->id } } }, );