{capture name="module_include"}
{if $location|default:null}
{hook name=$hook location=$location id=$id view=$view countvar="module_count"}
{else}
{hook name=$hook id=$id view=$view countvar="module_count"}
{/if}
{/capture}
{if trim($smarty.capture.module_include) == ''}
{intl l="There is currently no active module here."}