2023-02-13 00:42:20 +01:00
{ extends file = 'Tpl:empty.tpl' }
2020-04-18 00:51:33 +02:00
{ block name = "content" }
<h1 class="center">Oops ...</h1>
2021-07-28 17:13:10 +02:00
<p class="center"> { t } A fatal error has occurred and it is preventing this application from working properly. Please try again later or contact support. { /t } </p>
2020-04-18 00:51:33 +02:00
2021-07-28 17:13:10 +02:00
<p class='fatal_error_msg'> { t 1 = $fatal_error } Error: %1 { /t } </p>
2020-04-18 00:51:33 +02:00
2021-07-28 17:13:10 +02:00
<div class="center"><a href="javascript:history.back()" class="btn btn-primary"><i class="fa fa-undo"></i> { t } Back { /t } </a></div>
2020-04-18 00:51:33 +02:00
{ /block }