<Action>
<div>
	<div style="color:gray">{$info.details.date} (<em>{$info.details.date|MySQLTimeDiff}</em>)</div>
	<div style="margin-left:5px;">User "<strong>{$info.userInfo.name}</strong>" has added the following comment on the file "<strong>{$info.details.details.relative_path|nicerRelativePath}</strong>":
		<div style="margin-left:15px;"><em>{$info.details.details.comment|safeHTML|nl2br}</em></div>
	</div>
</div>
</Action>