{trans("Child tickets:")} {if $ticket.state != $smarty.const.RT_RESOLVED} {button icon="add" label="Add" onclick="location.href='?m=rtticketadd&parentid={$ticket.ticketid}{if $ticket.customerid}&customerid={$ticket.customerid}{/if}';"} {/if}
{include file="rt/rtheader.html"} {foreach $childticketscontent as $ticket} {$id = $ticket.ticketid} {include file="rt/rtqueueviewboxrow.html"} {foreachelse} {/foreach}

{trans("There is no child tickets")}