${commentTerminator}

A new ticket (#${ticketId?c}) has been created.

You can reply to this email to add your own comment or manage the ticket online at ${ticketUrl}.

[#list comments as comment] [#if !comment.privateComment]

${comment.responder.name}

${comment.created?datetime}

${comment.htmlText}
[#if comment.attachments?size gt 0]

Attachment(s)
[#list comment.attachments as attachment] ${attachment.filename}
[/#list]

[/#if]
[/#if] [/#list]