<Action>
<div style="margin-top:3px;">
	<div style="color:gray">{$info.details.date} (<em>{$info.details.date|MySQLTimeDiff}</em>)</div>
	<div style="margin-left:5px;">
	{t 1=$info.userInfo.name|forHTML 2=$info.details.details.relative_path|nicerRelativePath 3=$info.details.details.file_size|niceFileSize  4=$info.userInfo.company|safeHTML}{if $info.userInfo.company}<strong>%1</strong>, from %4, downloaded the file "<strong>%2</strong>" (<em>%3</em>).{else}<strong>%1</strong> downloaded the file "<strong>%2</strong>" (<em>%3</em>).{/if}{/t}
	</div>
</div>
</Action>