2015-08-29 12:45:56 -04:00
|
|
|
{{template "base/head" .}}
|
|
|
|
<div class="ui container center">
|
2020-04-11 16:31:17 -04:00
|
|
|
<p style="margin-top: 100px"><img class="ui centered image" src="{{StaticUrlPrefix}}/img/500.png" alt="500"/></p>
|
2015-12-07 17:30:52 -05:00
|
|
|
<div class="ui divider"></div>
|
|
|
|
<br>
|
2020-04-27 19:03:15 -04:00
|
|
|
{{if .ErrorMsg}}<p>{{.i18n.Tr "error.occurred"}}:</p>
|
2019-01-30 17:00:00 -05:00
|
|
|
<pre style="text-align: left">{{.ErrorMsg}}</pre>{{end}}
|
2020-04-27 19:03:15 -04: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 01:12:55 -04:00
|
|
|
</div>
|
2015-08-29 12:45:56 -04:00
|
|
|
{{template "base/footer" .}}
|