<%ARGS>
$Ticket => undef
$actions => {}
</%ARGS>
<%INIT>
return unless $Ticket;

$actions->{'_SS'} = {
    html => $m->scomp( '/Ticket/Elements/ReportSpam', id => $Ticket->id ),
};

</%INIT>
