{registerFormComplete != true || accountCreatedComplete != true ? (

{t( "account:register-new-account-heading" )}

) : (

{console.log( props.accountDetails.accCr )} {props.accountDetails.accCr === false ? t( "account:register-new-account-checking-label" ) : props.accountDetails .accCr === "created" ? t( "account:register-new-account-status-created-label" ) : props.accountDetails .accCr === "exists" ? t( "account:register-new-account-status-not-created-label" ) : "wewer"}

)}
{registerFormComplete != true || accountCreatedComplete != true ? (

{t("account:help-heading")}

{t( "account:help-sub-heading-1" )}

{t("account:help-paragraph-1")}

{t( "account:help-sub-heading-2" )}

{t("account:help-paragraph-2")}

{t( "account:help-sub-heading-3" )}

{t("account:help-paragraph-3")}

) : ( "" )}