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">
|
2022-09-12 14:38:46 +05:30
|
|
|
<p style="margin-top: 100px"><img src="{{AssetUrlPrefix}}/img/500.png" alt="500"/></p>
|
2015-12-08 04:00:52 +05:30
|
|
|
<div class="ui divider"></div>
|
|
|
|
<br>
|
2021-12-15 12:29:57 +05:30
|
|
|
{{if .ErrorMsg}}
|
2022-06-28 02:28:46 +05:30
|
|
|
<p>{{.locale.Tr "error.occurred"}}:</p>
|
2021-12-15 12:29:57 +05:30
|
|
|
<pre style="text-align: left">{{.ErrorMsg}}</pre>
|
|
|
|
{{end}}
|
2022-06-28 02:28:46 +05:30
|
|
|
{{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 10:42:55 +05:30
|
|
|
</div>
|
2015-08-29 22:15:56 +05:30
|
|
|
{{template "base/footer" .}}
|