summaryrefslogtreecommitdiffstats
path: root/templates/status/500.tmpl
blob: 50f19ec66472d493d0347d61233e4e712759f219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content ui container gt-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" .}}