You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							8 lines
						
					
					
						
							298 B
						
					
					
				
			
		
		
	
	
							8 lines
						
					
					
						
							298 B
						
					
					
				| {{if .HeatmapData}}
 | |
| 	<div id="user-heatmap" data-heatmap-data="{{Json .HeatmapData}}">
 | |
| 		<div slot="loading">
 | |
| 			<div class="ui active centered inline indeterminate text loader" id="loading-heatmap">{{.i18n.Tr "user.heatmap.loading"}}</div>
 | |
| 		</div>
 | |
| 	</div>
 | |
| 	<div class="ui divider"></div>
 | |
| {{end}}
 | |
| 
 |