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

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

) : (

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

)}
{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")}

) : ( "" )}