2015-08-29 22:15:56 +05:30
|
|
|
{{template "base/head" .}}
|
2020-12-04 16:48:37 +05:30
|
|
|
<div class="page-content ui container full-screen-width center">
|
2020-04-12 02:01:17 +05:30
|
|
|
<p style="margin-top: 100px"><img class="ui centered image" src="{{StaticUrlPrefix}}/img/500.png" alt="500"/></p>
|
2015-12-08 04:00:52 +05:30
|
|
|
<div class="ui divider"></div>
|
|
|
|
<br>
|
2020-04-28 04:33:15 +05:30
|
|
|
{{if .ErrorMsg}}<p>{{.i18n.Tr "error.occurred"}}:</p>
|
2019-01-31 03:30:00 +05:30
|
|
|
<pre style="text-align: left">{{.ErrorMsg}}</pre>{{end}}
|
2020-04-28 04:33:15 +05:30
|
|
|
{{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 10:42:55 +05:30
|
|
|
</div>
|
2015-08-29 22:15:56 +05:30
|
|
|
{{template "base/footer" .}}
|