2015-08-29 12:45:56 -04:00
|
|
|
{{template "base/head" .}}
|
2020-12-04 06:18:37 -05:00
|
|
|
<div class="page-content ui container full-screen-width center">
|
2021-05-08 10:27:25 -04:00
|
|
|
<p style="margin-top: 100px"><img class="ui centered image" src="{{AssetUrlPrefix}}/img/500.png" alt="500"/></p>
|
2015-12-07 17:30:52 -05:00
|
|
|
<div class="ui divider"></div>
|
|
|
|
<br>
|
2021-12-15 01:59:57 -05:00
|
|
|
{{if .ErrorMsg}}
|
2022-06-27 16:58:46 -04:00
|
|
|
<p>{{.locale.Tr "error.occurred"}}:</p>
|
2021-12-15 01:59:57 -05:00
|
|
|
<pre style="text-align: left">{{.ErrorMsg}}</pre>
|
|
|
|
{{end}}
|
2022-06-27 16:58:46 -04: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 01:12:55 -04:00
|
|
|
</div>
|
2015-08-29 12:45:56 -04:00
|
|
|
{{template "base/footer" .}}
|