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.
		
		
		
		
		
			
		
			
				
					
					
						
							13 lines
						
					
					
						
							541 B
						
					
					
				
			
		
		
	
	
							13 lines
						
					
					
						
							541 B
						
					
					
				| {{template "base/head" .}}
 | |
| <div class="page-content ui container full-screen-width center">
 | |
| 	<p style="margin-top: 100px"><img src="{{AssetUrlPrefix}}/img/500.png" alt="500"/></p>
 | |
| 	<div class="ui divider"></div>
 | |
| 	<br>
 | |
| 	{{if .ErrorMsg}}
 | |
| 		<p>{{.locale.Tr "error.occurred"}}:</p>
 | |
| 		<pre style="text-align: left">{{.ErrorMsg}}</pre>
 | |
| 	{{end}}
 | |
| 	{{if .ShowFooterVersion}}<p>{{.locale.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
 | |
| 	{{if .IsAdmin}}<p>{{.locale.Tr "error.report_message"  | Safe}}</p>{{end}}
 | |
| </div>
 | |
| {{template "base/footer" .}}
 | |
| 
 |