{if $runtime.controller == "auth" && $runtime.mode == "login_form"}
{hook name="auth_info:login_form"}
{/hook}
{elseif $runtime.controller == "auth" && $runtime.mode == "recover_password" && $runtime.action != "recover"}
{hook name="auth_info:recover_password"}
{__("text_recover_password_title")}
{__("text_recover_password")}
{/hook}
{/if}
{hook name="auth_info:extra"}
{/hook}