Files
Atay-Makhzan/templates/status/500.tmpl
T

14 lines
561 B
Handlebars
Raw Normal View History

{{template "base/head" .}}
2020-12-04 12:18:37 +01:00
<div class="page-content ui container full-screen-width center">
<p style="margin-top: 100px"><img class="ui centered image" src="{{AssetUrlPrefix}}/img/500.png" alt="500"/></p>
2015-12-07 23:30:52 +01:00
<div class="ui divider"></div>
<br>
2021-12-15 14:59:57 +08:00
{{if .ErrorMsg}}
<p>{{.i18n.Tr "error.occurred"}}:</p>
<pre style="text-align: left">{{.ErrorMsg}}</pre>
{{end}}
2020-04-28 01:03:15 +02:00
{{if .ShowFooterVersion}}<p>{{.i18n.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
{{if .IsAdmin}}<p>{{.i18n.Tr "error.report_message" | Safe}}</p>{{end}}
2014-03-23 13:12:55 +08:00
</div>
{{template "base/footer" .}}