2015-08-29 10:45:56 -06:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 15:56:10 -07:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content ui container full-screen-width center">
|
2022-09-12 03:08:46 -06:00
|
|
|
<p style="margin-top: 100px"><img src="{{AssetUrlPrefix}}/img/500.png" alt="500"/></p>
|
2015-12-07 15:30:52 -07:00
|
|
|
<div class="ui divider"></div>
|
|
|
|
<br>
|
2021-12-14 23:59:57 -07:00
|
|
|
{{if .ErrorMsg}}
|
2022-06-27 14:58:46 -06:00
|
|
|
<p>{{.locale.Tr "error.occurred"}}:</p>
|
2021-12-14 23:59:57 -07:00
|
|
|
<pre style="text-align: left">{{.ErrorMsg}}</pre>
|
|
|
|
{{end}}
|
2022-06-27 14:58:46 -06: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-22 23:12:55 -06:00
|
|
|
</div>
|
2015-08-29 10:45:56 -06:00
|
|
|
{{template "base/footer" .}}
|