$ticket_body_hdr
$ticket_props
#choose ticket.new
  #when True
$ticket.description
  #end
  #otherwise
    #if changes_body
変更点 (by $change.author):

$changes_body
    #end
    #if changes_descr
      #if not changes_body and not change.comment and change.author
説明の変更 by $change.author:
      #end
$changes_descr
--
    #end
    #if change.comment

コメント${not changes_body and '(by %s)' % change.author or ''}:

$change.comment
    #end
  #end
#end

#if attachments
添付ファイル一覧:
  #for attachment in attachments
 * ${attachment.filename}
   ${abs_url_of(attachment.resource, format='raw')}
  #end
#end
-- 
Ticket URL: <$ticket.link>
$project.name <${project.url or abs_href()}>
$project.descr
