2015-08-29 18:45:56 +02:00
|
|
|
{{template "base/head" .}}
|
2020-12-04 12:18:37 +01:00
|
|
|
<div class="page-content ui container full-screen-width center">
|
2021-05-08 16:27:25 +02:00
|
|
|
<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>
|
2020-04-28 01:03:15 +02:00
|
|
|
{{if .ErrorMsg}}<p>{{.i18n.Tr "error.occurred"}}:</p>
|
2019-01-30 23:00:00 +01:00
|
|
|
<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 06:12:55 +01:00
|
|
|
</div>
|
2015-08-29 18:45:56 +02:00
|
|
|
{{template "base/footer" .}}
|