2015-08-29 16:45:56 +00:00
|
|
|
{{template "base/head" .}}
|
2020-12-04 11:18:37 +00:00
|
|
|
<div class="page-content ui container full-screen-width center">
|
2022-09-12 09:08:46 +00:00
|
|
|
<p style="margin-top: 100px"><img src="{{AssetUrlPrefix}}/img/500.png" alt="500"/></p>
|
2015-12-07 22:30:52 +00:00
|
|
|
<div class="ui divider"></div>
|
|
|
|
<br>
|
2021-12-15 06:59:57 +00:00
|
|
|
{{if .ErrorMsg}}
|
2022-06-27 20:58:46 +00:00
|
|
|
<p>{{.locale.Tr "error.occurred"}}:</p>
|
2021-12-15 06:59:57 +00:00
|
|
|
<pre style="text-align: left">{{.ErrorMsg}}</pre>
|
|
|
|
{{end}}
|
2022-06-27 20:58:46 +00:00
|
|
|
{{if .ShowFooterVersion}}<p>{{.locale.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
|
|
|
|
{{if .IsAdmin}}<p>{{.locale.Tr "error.report_message" | Safe}}</p>{{end}}
|
2014-03-23 05:12:55 +00:00
|
|
|
</div>
|
2015-08-29 16:45:56 +00:00
|
|
|
{{template "base/footer" .}}
|