<{$header_field.sitename}>

<{if (isset($redirect_message|smarty:nodefaults)) }>
<{$redirect_message|smarty:nodefaults}>
<{elseif (isset($action.redirect_message|smarty:nodefaults)) }>
<{$action.redirect_message|smarty:nodefaults}>
<{else}>
<{errorList->getMessagesString}>
<{/if}>
<{if (isset($lang_ifnotreload|smarty:nodefaults)) }>
<{$lang_ifnotreload|smarty:nodefaults}>
<{elseif (isset($action.redirect_url|smarty:nodefaults)) }>
<{$smarty.const._IFNOTRELOAD|sprintf:$action.redirect_url|smarty:nodefaults}>
<{else}>
<{assign var="redirect_url" value=$smarty.const.BASE_URL|cat:$smarty.const.INDEX_FILE_NAME|smarty:nodefaults}>
<{$smarty.const._IFNOTRELOAD|sprintf:$redirect_url|smarty:nodefaults}>
<{/if}>
<{/strip}>