2014-12-23 09:48:58 +01:00
|
|
|
{extends file='page.tpl'}
|
|
|
|
|
|
|
|
{block name=main}
|
2015-05-30 23:27:17 +02:00
|
|
|
<div class="alert alert-{$message->type} text-center">
|
|
|
|
<h2>{$message->message}</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>
|
2014-12-23 09:48:58 +01:00
|
|
|
</div>
|
|
|
|
{/block}
|