{$lang.todoedit_assnewtask}: |
{$subject} |
{if isset($stopdate) && $stopdate}
{$lang.global_matureat}: {$stopdate} |
{/if}
{if isset($cname) && $cname}
{$lang.global_contact}: {foreach key=id item=contact from=$cname}{$contact.name}, {/foreach} |
{/if}
{if isset($pid) && $pid}
{$lang.global_project}: {$pname} |
{/if}
{if isset($ttid) && $ttid}
{$lang.ticket_ticket}: {$tname} |
{/if}
{if isset($orderid) && $orderid}
{$lang.global_order}: {$ordername} |
{/if}
{if isset($body) && $body}
|
{/if}
{$lang.global_from}: {$name}
|