<Action>
<div style="margin-top:3px;">
	<div style="color:gray">{$info.details.date} (<em>{$info.details.date|MySQLTimeDiff}</em>)</div>
	<div>User "<strong>{$info.userInfo.name}</strong>" sent the following files by e-mail:</div>
{foreach from=$info.details.details.files item=file}
	<div style="margin-top:5px;margin-left:5px;">
	<strong>{$info.relativePath}/{$file.name}</strong>
	{if !$file.isDir}
	<span style="color:gray">({$file.size|niceFileSize})</span>
	{/if}
	</div>
{/foreach}
</div>
</Action>