2015-01-06 23:21:10 +01:00
|
|
|
{extends file='page.tpl'}
|
|
|
|
|
|
|
|
{block name=main}
|
2015-03-24 00:04:04 +01:00
|
|
|
<div class="alert alert-warning text-center">
|
2015-01-11 14:59:25 +01:00
|
|
|
<h2>{$error|html}</h2>
|
2015-03-30 15:19:56 +02:00
|
|
|
<p>{__('Generic', 'Back to the homepage of')} <a href="{$SERVER_URL|html}">{$APPLICATION_NAME|html}</a></p>
|
2015-01-06 23:21:10 +01:00
|
|
|
</div>
|
|
|
|
{/block}
|