{extends file="general_error.html"} {block name="page-title"}{intl l='Error'}{/block} {block name="content-title"}{intl l='Error'}{/block} {block name="error-message"}

{intl l='An unexpected error occured'}

{intl l='The page you\'ve requested has a problem. Please contact the module developer if you were using one, or feel free to give the Thelia team a feedback on github: %url.' url='here' }

{if $exception_message}

{intl l='The following error message has been found: %msg' msg={$exception_message}}

{/if} {/block}