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