<Action>
<div>
	<div style="color:gray">{$info.details.date} (<em>{$info.details.date|MySQLTimeDiff}</em>)</div>
	{if $info.details.details.label}
		<div style="margin-left:5px;"><strong>{$info.userInfo.name}</strong> changed the label on the file "<strong>{$info.details.details.relative_path|nicerRelativePath}</strong>":<br>
		<span style="margin-left:15px;border:1px solid {$info.details.details.label.color}">{$info.details.details.label.text|safeHTML|nl2br}</span>
	{else}
		<div style="margin-left:5px;"><strong>{$info.userInfo.name}</strong> removed the label from the file "<strong>{$info.details.details.relative_path|nicerRelativePath}</strong>".
	{/if}
	</div>
</div>
</Action>