forked from friendica/friendica-addons
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			378 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			378 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
{{*
 | 
						|
 *	AUTOMATICALLY GENERATED TEMPLATE
 | 
						|
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 | 
						|
 *
 | 
						|
 *}}
 | 
						|
<div class="mailstream-item-body">{{$item.body}}</div>
 | 
						|
{{if $item.plink}}
 | 
						|
<div>{{$upstream}}: <a class="mailstream-item-plink" href="{{$item.plink}}">{{$item.plink}}</a><div>
 | 
						|
<div>{{$local}}: <a class="mailstream-item-url" href="{{$item.url}}">{{$item.url}}</a></div>
 | 
						|
{{/if}}
 |