| 信息主题 | 
			{$detail.title} | 
		
		
			| 发送人 | 
			{$detail.person_name} | 
			接收人类别 | 
			
				{eq name="$detail.type" value="0"}-{/eq}
				{eq name="$detail.type" value="1"}同事{/eq}
				{eq name="$detail.type" value="2"}部门{/eq}
				{eq name="$detail.type" value="3"}岗位{/eq}
				{eq name="$detail.type" value="4"}全部{/eq}
			 | 
			发送时间 | 
			{$detail.send_time} | 
		
		
			| 收件人 | 
			{$detail.users} | 
		
		
			| 消息内容 | 
			
				{$detail.content}
				{if condition="($detail.fid > 0)"}		
				
				
					| 引用消息内容 | 
					{$detail.from_content} | 
				 
				{notempty name="$detail.from_file_array"}
				
					| 引用消息附件 | 
					
						
							
								| 文件名 | 
								文件大小 | 
								操作 | 
							
														
								{volist name="$detail.from_file_array" id="vo"}
									
										| {$vo.name} | 
										{$vo.filesize/1048576|round=2}MB | 
										下载 | 
									 
								{/volist}
							
						 
					 | 
				 
				{/notempty}
				 
				{/if}
			 | 
		
		{notempty name="$detail.file_array"}
		
			| 相关附件 | 
			
				
					
					  
					  | 文件名 | 
					  文件大小 | 
					  操作 | 
					 
					
												
						{volist name="detail.file_array" id="vo"}
							
								| {$vo.name} | 
								{$vo.filesize/1048576|round=2}MB | 
								下载 | 
							 
						{/volist}
					
				 
			 | 
		
		{/notempty}
		{notempty name="$detail.read_users"}
		
			| 收件人已读回执 | 
			{$detail.read_users} | 
		
		{/notempty}
	
	{if condition="($detail.template == 0) AND ($detail.pid != 0)"}