{%?title}

Priority {%?priority}
Status {%?status}
Owner {%?owner}
Creator {%?creator}
Date 2013/01/17 11:02:27
{%?body}
{%foreach update in updates} {%if update[event] == true}
{%if update[component] == "owner"} {%?update[user]} changed the owner to {%?update[operation]}. {%elseif update[component] == "status"} {%?update[user]} changed the ticket status to {%?update[operation]}. {%elseif update[component] == "priority"} {%?update[user]} changed the priority to {%?update[operation]}. {%/if}
{%?update[date]}
{%else}

{%?update[body]}

{%/if} {%/foreach}